diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/menu/menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/menu/menu.c b/shell/menu/menu.c index 1de8a15..9db4539 100644 --- a/shell/menu/menu.c +++ b/shell/menu/menu.c @@ -93,7 +93,7 @@ static void config_load() option.config_buttons[0][10] = BTN_START; option.config_buttons[0][11] = BTN_SELECT; - option.fullscreen = 1; + option.fullscreen = 0; } } @@ -530,6 +530,7 @@ void Menu() } /* Switch back to emulator core */ + config_save(); emulator_state = 0; Set_Video_InGame(); } |