Libretro: set Memory Stick Size config value. fixes #13552.

This commit is contained in:
aliaspider 2020-10-17 17:09:47 +01:00
parent f526f5977b
commit 2a6e4dfe7d

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;