Merge pull request #241 from retro-wertz/libretro

libretro: Fix save types not properly set using overrides
This commit is contained in:
Zach Bacon 2018-06-04 20:54:19 -04:00 committed by GitHub
commit 7c3d8d0298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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);