Disable cheats by default

pull/3164/head
Bobby Smith 11 months ago committed by Connor McLaughlin
parent 8c741d2d48
commit b58862a64a

@ -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;

Loading…
Cancel
Save