diff options
Diffstat (limited to 'src/core/Frontend_PS2.h')
-rw-r--r-- | src/core/Frontend_PS2.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/Frontend_PS2.h b/src/core/Frontend_PS2.h index 4bab7df9..6311d821 100644 --- a/src/core/Frontend_PS2.h +++ b/src/core/Frontend_PS2.h @@ -161,8 +161,10 @@ public: static CONTRCONFIG m_PrefsControllerConfig; static bool m_PrefsUseVibration; -#define ISLAND_LOADING_IS(p) -#define ISLAND_LOADING_ISNT(p) +#ifdef CUTSCENE_BORDERS_SWITCH + static bool m_PrefsCutsceneBorders; +#endif + #ifdef GTA_PC bool m_bQuitGameNoCD; |