turn off turbo keybind by default

This commit is contained in:
madeline
2026-04-06 00:37:17 -07:00
parent 841b1bc563
commit f0fad6280d
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -38,7 +38,6 @@ static void ApplyPresetQoL() {
s.game.midnasLamentNonStop.setValue(true);
s.game.enableFastIronBoots.setValue(true);
s.game.canTransformAnywhere.setValue(true);
s.game.enableTurboKeybind.setValue(true);
}
// =========================================================================
+1 -1
View File
@@ -51,7 +51,7 @@ UserSettings g_userSettings = {
.restoreWiiGlitches {"game.restoreWiiGlitches", false},
// Controls
.enableTurboKeybind {"game.enableTurboKeybind", true},
.enableTurboKeybind {"game.enableTurboKeybind", false},
},
};