diff options
-rw-r--r-- | shell/menu/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |