mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Libretro: set Memory Stick Size config value. fixes #13552.
This commit is contained in:
parent
f526f5977b
commit
2a6e4dfe7d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue