From 6c76f136e5c0793dbb3d716b51cfccd4b1e21cdf Mon Sep 17 00:00:00 2001 From: neonloop Date: Fri, 12 Mar 2021 22:18:28 +0000 Subject: Brings back the built-in frame counter --- shell/emu/core.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/emu') 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) -- cgit v1.2.3