mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-03 01:58:44 -04:00
turn off turbo keybind by default
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
// =========================================================================
|
||||
|
||||
@@ -51,7 +51,7 @@ UserSettings g_userSettings = {
|
||||
.restoreWiiGlitches {"game.restoreWiiGlitches", false},
|
||||
|
||||
// Controls
|
||||
.enableTurboKeybind {"game.enableTurboKeybind", true},
|
||||
.enableTurboKeybind {"game.enableTurboKeybind", false},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user