aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneonloop2021-04-03 00:41:03 +0000
committerneonloop2021-04-03 00:41:03 +0000
commitccfcb9cb0300f110844b750c048caed2be36afc1 (patch)
tree354db7f8cca03b0e606ec28115be49ee50360685
parent92c860d1d31e4fcaaf978d7fb5fd93b657b51ee4 (diff)
downloadsnesemu-ccfcb9cb0300f110844b750c048caed2be36afc1.tar.gz
snesemu-ccfcb9cb0300f110844b750c048caed2be36afc1.tar.bz2
snesemu-ccfcb9cb0300f110844b750c048caed2be36afc1.zip
Defaults to native resolution
-rw-r--r--shell/menu/menu.c2
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;
}
}