summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorneonloop2021-03-12 22:18:28 +0000
committerneonloop2021-03-12 22:18:28 +0000
commit6c76f136e5c0793dbb3d716b51cfccd4b1e21cdf (patch)
tree1f9c51f9571440eaa8fd3bf5a3581359fc634ca7 /shell
parentcd20f918cf1f7c7b3f63b61d64891d3b03cbe340 (diff)
downloadsnes9x2002-6c76f136e5c0793dbb3d716b51cfccd4b1e21cdf.tar.gz
snes9x2002-6c76f136e5c0793dbb3d716b51cfccd4b1e21cdf.tar.bz2
snes9x2002-6c76f136e5c0793dbb3d716b51cfccd4b1e21cdf.zip
Brings back the built-in frame counter
Diffstat (limited to 'shell')
-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)