Add Move Link tool from decompgz

This commit is contained in:
Pheenoh
2026-04-12 12:32:27 -06:00
parent b28ca94153
commit 283d4a506c
5 changed files with 29 additions and 23 deletions
+2
View File
@@ -71,6 +71,7 @@ struct UserSettings {
// Controls
ConfigVar<bool> enableTurboKeybind;
ConfigVar<bool> enableMoveLink;
} game;
struct {
@@ -102,6 +103,7 @@ struct CollisionViewSettings {
struct TransientSettings {
CollisionViewSettings collisionView;
bool skipFrameRateLimit;
bool moveLinkActive;
};
TransientSettings& getTransientSettings();