changeset 50:e643f55bc886

time for further planning
author Robert McIntyre <rlm@mit.edu>
date Wed, 07 Mar 2012 01:39:12 -0600
parents 139178c4d843
children abd94449d4bf
files java/src/com/aurellem/gb/Gb.java org/todo.org src/VisualBoyAdvance.cfg
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/java/src/com/aurellem/gb/Gb.java	Wed Mar 07 01:17:53 2012 -0600
     1.2 +++ b/java/src/com/aurellem/gb/Gb.java	Wed Mar 07 01:39:12 2012 -0600
     1.3 @@ -25,4 +25,6 @@
     1.4  	System.loadLibrary("vba");
     1.5      }
     1.6  
     1.7 +
     1.8 +
     1.9  }
     2.1 --- a/src/VisualBoyAdvance.cfg	Wed Mar 07 01:17:53 2012 -0600
     2.2 +++ b/src/VisualBoyAdvance.cfg	Wed Mar 07 01:39:12 2012 -0600
     2.3 @@ -72,7 +72,7 @@
     2.4  video=1
     2.5  
     2.6  # Use fullscreen mode. 0=false, any other value means true
     2.7 -fullScreen=1
     2.8 +fullScreen=0
     2.9  
    2.10  # Disables MMX support
    2.11  disableMMX=1
    2.12 @@ -170,7 +170,7 @@
    2.13  
    2.14  # Pauses the emulator when the window is inactive
    2.15  # 0=disable, anything else to enable
    2.16 -pauseWhenInactive=1
    2.17 +pauseWhenInactive=0
    2.18  
    2.19  # Enables AGBPrint support
    2.20  # 0=disable, anything else to enable