summaryrefslogtreecommitdiff
path: root/shell/emu/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/emu/core.c')
-rw-r--r--shell/emu/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/emu/core.c b/shell/emu/core.c
index 99759a6..41bd095 100644
--- a/shell/emu/core.c
+++ b/shell/emu/core.c
@@ -270,6 +270,7 @@ void init_sfc_setting(void)
#endif
Settings.SpeedHacks = true;
Settings.HBlankStart = (256 * Settings.H_Max) / SNES_HCOUNTER_MAX;
+ Settings.DisplayFrameRate = false;
}
void Init_SFC(void)