Added hide lights feature in player options

This commit is contained in:
dando92
2025-03-18 07:24:58 -07:00
committed by teejusb
parent 6b50f9a90c
commit 8320afe796
5 changed files with 103 additions and 3 deletions
+1
View File
@@ -322,6 +322,7 @@ public:
Preference<int> m_iSoundPreferredSampleRate;
Preference<RString> m_sLightsStepsDifficulty;
Preference<bool> m_bLightsSimplifyBass;
Preference<bool> m_bLightsBassParallel;
Preference<bool> m_bAllowUnacceleratedRenderer;
Preference<bool> m_bThreadedInput;
Preference<bool> m_bThreadedMovieDecode;