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
+2
View File
@@ -14,6 +14,8 @@ constexpr const char* SHOW_STUB_LOG = "F5";
constexpr const char* SHOW_CAMERA_DEBUG = "F6";
constexpr const char* SHOW_AUDIO_DEBUG = "F7";
constexpr const char* TURBO = "Tab";
}
#endif // DUSK_HOTKEYS_H
+4
View File
@@ -57,6 +57,9 @@ struct UserSettings {
// Technical
bool restoreWiiGlitches;
// Controls
bool enableTurboKeybind;
} game;
};
@@ -77,6 +80,7 @@ struct CollisionViewSettings {
struct TransientSettings {
CollisionViewSettings collisionView;
bool skipFrameRateLimit;
};
TransientSettings& getTransientSettings();