Disable cheats by default

This commit is contained in:
Bobby Smith
2024-04-11 12:20:51 +10:00
committed by Connor McLaughlin
parent 8c741d2d48
commit b58862a64a
+1 -1
View File
@@ -87,7 +87,7 @@ struct Settings
bool load_devices_from_save_states : 1 = false; bool load_devices_from_save_states : 1 = false;
bool apply_compatibility_settings : 1 = true; bool apply_compatibility_settings : 1 = true;
bool apply_game_settings : 1 = true; bool apply_game_settings : 1 = true;
bool enable_cheats : 1 = true; bool enable_cheats : 1 = false;
bool disable_all_enhancements : 1 = false; bool disable_all_enhancements : 1 = false;
bool enable_discord_presence : 1 = false; bool enable_discord_presence : 1 = false;