Add Advanced Settings option & Disable debug hotkeys if it's off

This commit is contained in:
MelonSpeedruns
2026-05-07 12:01:32 -04:00
parent b11f3add06
commit 667cf70fa0
11 changed files with 42 additions and 11 deletions
+1
View File
@@ -169,6 +169,7 @@ struct UserSettings {
ConfigVar<bool> wasPresetChosen;
ConfigVar<bool> enableCrashReporting;
ConfigVar<int> cardFileType;
ConfigVar<bool> enableAdvancedSettings;
} backend;
};