From 5f02354e1e46fef610ae22aba179149bea23974a Mon Sep 17 00:00:00 2001 From: saulfabreg Wii VC Project Date: Fri, 3 Jun 2022 14:50:57 -0500 Subject: [PATCH] forgot to fix something of SuperFX overclock saving which cause reset on most SNES games (Tanooki16) (#1013) --- source/snes9xgx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/snes9xgx.cpp b/source/snes9xgx.cpp index 680801f..477b28a 100644 --- a/source/snes9xgx.cpp +++ b/source/snes9xgx.cpp @@ -514,7 +514,6 @@ int main(int argc, char *argv[]) if (GCSettings.sfxOverclock > 0) S9xResetSuperFX(); - else S9xReset(); switch (GCSettings.Interpolation)