mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #14370 from stuken/libretro_encrypted_save
Enable save encryption in libretro build
This commit is contained in:
commit
0328a0d550
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ void retro_init(void)
|
|||
g_Config.iCwCheatRefreshRate = 60;
|
||||
g_Config.iMemStickSizeGB = 16;
|
||||
g_Config.bFuncReplacements = true;
|
||||
g_Config.bEncryptSave = true;
|
||||
|
||||
g_Config.iFirmwareVersion = PSP_DEFAULT_FIRMWARE;
|
||||
g_Config.iPSPModel = PSP_MODEL_SLIM;
|
||||
|
|
Loading…
Add table
Reference in a new issue