Preference to handle the debug overlay, create fake classes to disable unwanted debug lines (for now)

Ideally this would also have an option to allow AutoSync,  AutoPlay, and Assist Tick with the debug overlay disabled, but that would require migrating that functionality elsewhere.
This commit is contained in:
sukibaby
2024-11-30 22:56:28 -08:00
committed by teejusb
parent 2147aa435a
commit 3eae2f2052
3 changed files with 60 additions and 8 deletions
+1
View File
@@ -334,6 +334,7 @@ public:
Preference<float> m_custom_songs_max_megabytes;
// Debug:
Preference<bool> m_bDebugMenuEnabled;
Preference<bool> m_bLogToDisk;
Preference<bool> m_bForceLogFlush;
Preference<bool> m_bShowLogOutput;