mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 18:35:43 -04: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 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…
x
Reference in New Issue
Block a user