Merge pull request #431 from negativeExponent/patch-1

Apply region overrides when loading new rom (Fix#430)
This commit is contained in:
Autechre
2021-02-28 23:54:46 +01:00
committed by GitHub

View File

@@ -2376,6 +2376,7 @@ bool retro_load_game(const struct retro_game_info *game)
sndvolume = 150;
swapDuty = 0;
dendy = 0;
opt_region = 0;
/* Wii: initialize this or else last variable is passed through
* when loading another rom causing save state size change. */