Settings: Enable cheat loading by default

This commit is contained in:
Connor McLaughlin
2021-02-27 13:55:56 +10:00
parent e17d37b8bc
commit 5a0e4f85dd
4 changed files with 4 additions and 3 deletions

View File

@ -500,6 +500,7 @@ void HostInterface::SetDefaultSettings(SettingsInterface& si)
si.SetBoolValue("Main", "ConfirmPowerOff", true);
si.SetBoolValue("Main", "LoadDevicesFromSaveStates", false);
si.SetBoolValue("Main", "ApplyGameSettings", true);
si.SetBoolValue("Main", "AutoLoadCheats", true);
si.SetBoolValue("Main", "DisableAllEnhancements", false);
si.SetBoolValue("Main", "RewindEnable", false);
si.SetFloatValue("Main", "RewindFrequency", 10.0f);