Skip to content

Commit

Permalink
forgot to fix something of SuperFX overclock saving which cause reset…
Browse files Browse the repository at this point in the history
… on most SNES games (Tanooki16) (#1013)
  • Loading branch information
saulfabregwiivc authored Jun 3, 2022
1 parent da7b4e6 commit 5f02354
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/snes9xgx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ int main(int argc, char *argv[])

if (GCSettings.sfxOverclock > 0)
S9xResetSuperFX();
else
S9xReset();

switch (GCSettings.Interpolation)
Expand Down

0 comments on commit 5f02354

Please sign in to comment.