mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 21:21:57 -04:00
turbo keybind tool
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user