forgot to fix something of SuperFX overclock saving which cause reset on most SNES games (Tanooki16) (#1013)

This commit is contained in:
saulfabreg Wii VC Project 2022-06-03 14:50:57 -05:00 committed by GitHub
parent da7b4e687a
commit 5f02354e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -514,7 +514,6 @@ int main(int argc, char *argv[])
if (GCSettings.sfxOverclock > 0)
S9xResetSuperFX();
else
S9xReset();
switch (GCSettings.Interpolation)