Qt: Fix Apply Game Settings option

This commit is contained in:
Connor McLaughlin
2022-07-23 00:13:55 +10:00
parent c90824f8e9
commit 75b4891f78
4 changed files with 19 additions and 5 deletions

View File

@@ -70,6 +70,7 @@ struct Settings
bool create_save_state_backups = false;
bool confim_power_off = true;
bool load_devices_from_save_states = false;
bool apply_compatibility_settings = true;
bool apply_game_settings = true;
bool auto_load_cheats = true;
bool disable_all_enhancements = false;