Add ini-only "Savedata Upgrade" setting.

This commit is contained in:
LunaMoo
2017-10-04 17:16:21 +02:00
parent 206643b266
commit 8826c031a6
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -754,6 +754,7 @@ static ConfigSetting systemParamSettings[] = {
#endif
ConfigSetting("WlanPowerSave", &g_Config.bWlanPowerSave, (bool) PSP_SYSTEMPARAM_WLAN_POWERSAVE_OFF, true, true),
ReportedConfigSetting("EncryptSave", &g_Config.bEncryptSave, true, true, true),
ConfigSetting("SavedataUpgrade", &g_Config.bSavedataUpgrade, false, true, false),
ConfigSetting(false),
};