mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-01 04:05:38 +00:00
Disable cheats by default
This commit is contained in:
parent
8c741d2d48
commit
b58862a64a
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue