From 8fa62114d86fa55eaafc0330b4fd285f7f55d3e8 Mon Sep 17 00:00:00 2001 From: negativeExponent <54053706+negativeExponent@users.noreply.github.com> Date: Mon, 1 Mar 2021 06:33:17 +0800 Subject: [PATCH] Apply region overrides when loading new rom (Fix#430) --- src/drivers/libretro/libretro.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drivers/libretro/libretro.c b/src/drivers/libretro/libretro.c index 3bac67f..94ec2c2 100644 --- a/src/drivers/libretro/libretro.c +++ b/src/drivers/libretro/libretro.c @@ -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. */