Enable save encryption to bring libreto in line with standalone configuration defaults.

Fixes issue with saving in Toca Race Drive 2 and 3
This commit is contained in:
Stuart Kenny 2021-04-11 11:52:10 +01:00
parent 6f332dd664
commit c06035aa31

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;