Disable cheats by default

This commit is contained in:
Bobby Smith 2024-04-10 20:37:42 +02:00 committed by Connor McLaughlin
parent 8c741d2d48
commit b58862a64a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ struct Settings
bool load_devices_from_save_states : 1 = false;
bool apply_compatibility_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 enable_discord_presence : 1 = false;