Merge pull request #14370 from stuken/libretro_encrypted_save

Enable save encryption in libretro build
This commit is contained in:
Unknown W. Brackets 2021-04-11 09:01:58 -07:00 committed by GitHub
commit 0328a0d550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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