From 08ba753083031def20d86a6b7daff1754a4d3c8a Mon Sep 17 00:00:00 2001 From: neonloop Date: Fri, 2 Apr 2021 14:18:20 +0000 Subject: Defaults to native resolution and save config on menu exit --- shell/menu/menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); } -- cgit v1.2.3