mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
forgot to fix something of SuperFX overclock saving which cause reset on most SNES games (Tanooki16) (#1013)
This commit is contained in:
parent
da7b4e687a
commit
5f02354e1e
@ -514,7 +514,6 @@ int main(int argc, char *argv[])
|
||||
|
||||
if (GCSettings.sfxOverclock > 0)
|
||||
S9xResetSuperFX();
|
||||
else
|
||||
S9xReset();
|
||||
|
||||
switch (GCSettings.Interpolation)
|
||||
|
Loading…
Reference in New Issue
Block a user