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:
parent
6f332dd664
commit
c06035aa31
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
Add a link
Reference in a new issue