turbo keybind tool

This commit is contained in:
madeline
2026-04-05 11:47:49 -07:00
parent 791e2400de
commit 3d5f2474bf
6 changed files with 22 additions and 1 deletions
+4
View File
@@ -53,6 +53,9 @@ UserSettings g_userSettings = {
// Technical
.restoreWiiGlitches = false,
// Controls
.enableTurboKeybind = true,
}
};
@@ -73,6 +76,7 @@ static TransientSettings g_transientSettings = {
.colliderViewOpacity = 50.0f,
.drawRange = 100.0f,
},
.skipFrameRateLimit = false,
};
TransientSettings& getTransientSettings() {