Re-apply palette when changing region

https://github.com/libretro/libretro-fceumm/issues/176
This commit is contained in:
retro-wertz
2017-10-21 19:40:54 +08:00
committed by GitHub
parent 1d503ee692
commit 82ff4e9bd1

View File

@@ -772,6 +772,7 @@ void FCEUD_RegionOverride(unsigned region)
}
FCEUI_SetVidSystem(pal);
retro_set_custom_palette();
}
void retro_deinit (void)