Merge pull request #241 from retro-wertz/libretro
libretro: Fix save types not properly set using overrides
This commit is contained in:
commit
7c3d8d0298
|
@ -457,11 +457,12 @@ static void gba_init(void)
|
|||
systemBlueShift = 3;
|
||||
#endif
|
||||
|
||||
|
||||
utilUpdateSystemColorMaps(false);
|
||||
utilUpdateSystemColorMaps(false);
|
||||
|
||||
load_image_preferences();
|
||||
|
||||
saveType = cpuSaveType;
|
||||
|
||||
if (flashSize == 0x10000 || flashSize == 0x20000)
|
||||
flashSetSize(flashSize);
|
||||
|
||||
|
|
Loading…
Reference in New Issue