CommonHostInterface: Add save state backup option

This commit is contained in:
Connor McLaughlin
2021-07-03 16:48:35 +10:00
parent 53cabbb134
commit 24306be757
4 changed files with 34 additions and 0 deletions

View File

@ -2526,6 +2526,14 @@ void DrawSettingsWindow()
&s_settings_copy.increase_timer_resolution);
#endif
settings_changed |= ToggleButtonForNonSetting("Allow Booting Without SBI File",
"Allows loading protected games without subchannel information.",
"CDROM", "AllowBootingWithoutSBIFile", false);
settings_changed |= ToggleButtonForNonSetting("Create Save State Backups",
"Renames existing save states when saving to a backup file.",
"General", "CreateSaveStateBackups", false);
MenuHeading("Display Settings");
settings_changed |= ToggleButtonForNonSetting("Show Status Indicators",
"Shows persistent icons when turbo is active or when paused.",