# HG changeset patch # User Robert McIntyre # Date 1331105952 21600 # Node ID e643f55bc88657b3bd8fc987e40fc136f5746eaf # Parent 139178c4d8435c2ef879f75db389ff137efbb5c6 time for further planning diff -r 139178c4d843 -r e643f55bc886 java/src/com/aurellem/gb/Gb.java --- a/java/src/com/aurellem/gb/Gb.java Wed Mar 07 01:17:53 2012 -0600 +++ b/java/src/com/aurellem/gb/Gb.java Wed Mar 07 01:39:12 2012 -0600 @@ -25,4 +25,6 @@ System.loadLibrary("vba"); } + + } diff -r 139178c4d843 -r e643f55bc886 src/VisualBoyAdvance.cfg --- a/src/VisualBoyAdvance.cfg Wed Mar 07 01:17:53 2012 -0600 +++ b/src/VisualBoyAdvance.cfg Wed Mar 07 01:39:12 2012 -0600 @@ -72,7 +72,7 @@ video=1 # Use fullscreen mode. 0=false, any other value means true -fullScreen=1 +fullScreen=0 # Disables MMX support disableMMX=1 @@ -170,7 +170,7 @@ # Pauses the emulator when the window is inactive # 0=disable, anything else to enable -pauseWhenInactive=1 +pauseWhenInactive=0 # Enables AGBPrint support # 0=disable, anything else to enable