update timer impl

This commit is contained in:
TakaRikka
2026-04-25 21:12:51 -07:00
parent af2dd8950e
commit 1bac99c765
13 changed files with 215 additions and 118 deletions
+1 -2
View File
@@ -119,8 +119,7 @@ struct UserSettings {
ConfigVar<bool> enableTurboKeybind;
// Tools
ConfigVar<bool> speedrunTimer;
ConfigVar<bool> speedrunTimerOverlay;
ConfigVar<bool> speedrunMode;
ConfigVar<bool> liveSplitEnabled;
} game;