Merge pull request #13553 from aliaspider/libretro-fix

Libretro: set Memory Stick Size config value.
This commit is contained in:
Henrik Rydgård 2020-10-17 18:29:52 +02:00 committed by GitHub
commit aedc26b564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -357,6 +357,7 @@ void retro_init(void)
g_Config.iAltSpeedVolume = -1;
g_Config.bEnableSound = true;
g_Config.iCwCheatRefreshRate = 60;
g_Config.iMemStickSizeGB = 16;
g_Config.iFirmwareVersion = PSP_DEFAULT_FIRMWARE;
g_Config.iPSPModel = PSP_MODEL_SLIM;