From ccfcb9cb0300f110844b750c048caed2be36afc1 Mon Sep 17 00:00:00 2001 From: neonloop Date: Sat, 3 Apr 2021 00:41:03 +0000 Subject: Defaults to native resolution --- shell/menu/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/menu/menu.c b/shell/menu/menu.c index 7dcf229..3577cc2 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 = 3; + option.fullscreen = 0; option.showfps = 0; } } -- cgit v1.2.3