diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-09-29 22:53:12 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-09-30 02:41:42 +0300 |
commit | f71953077d2412c4542e616cc9748217dfe046c7 (patch) | |
tree | 3a3adac3c9d143686d198fff3360f8a9945cff67 /src/core/Frontend_PS2.h | |
parent | 1fa852f118b7bce6681b32cf590870945d72f72a (diff) |
Population and many small classes done, mouse AUX buttons, Frontend, Hud, fixes
Diffstat (limited to 'src/core/Frontend_PS2.h')
-rw-r--r-- | src/core/Frontend_PS2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/Frontend_PS2.h b/src/core/Frontend_PS2.h index 2f226dc3..6311d821 100644 --- a/src/core/Frontend_PS2.h +++ b/src/core/Frontend_PS2.h @@ -161,6 +161,9 @@ public: static CONTRCONFIG m_PrefsControllerConfig; static bool m_PrefsUseVibration; +#ifdef CUTSCENE_BORDERS_SWITCH + static bool m_PrefsCutsceneBorders; +#endif #ifdef GTA_PC bool m_bQuitGameNoCD; |