summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend_PS2.cpp
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-11-07 16:04:01 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2020-11-07 19:58:23 +0100
commit163c12608fa972e6bed225ac6cb56d0a68279f06 (patch)
treebb08a5b34483101497084a5fbd3f65b920db0d56 /src/core/Frontend_PS2.cpp
parentFix cAudioManager::GetPhrase (diff)
downloadre3-163c12608fa972e6bed225ac6cb56d0a68279f06.tar
re3-163c12608fa972e6bed225ac6cb56d0a68279f06.tar.gz
re3-163c12608fa972e6bed225ac6cb56d0a68279f06.tar.bz2
re3-163c12608fa972e6bed225ac6cb56d0a68279f06.tar.lz
re3-163c12608fa972e6bed225ac6cb56d0a68279f06.tar.xz
re3-163c12608fa972e6bed225ac6cb56d0a68279f06.tar.zst
re3-163c12608fa972e6bed225ac6cb56d0a68279f06.zip
Diffstat (limited to 'src/core/Frontend_PS2.cpp')
-rw-r--r--src/core/Frontend_PS2.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/core/Frontend_PS2.cpp b/src/core/Frontend_PS2.cpp
index a1d802f2..824f342b 100644
--- a/src/core/Frontend_PS2.cpp
+++ b/src/core/Frontend_PS2.cpp
@@ -203,20 +203,6 @@ static const char* FrontendFilenames[][2] =
{"fe_radio9", "" },
};
-#ifdef CUTSCENE_BORDERS_SWITCH
-bool CMenuManager::m_PrefsCutsceneBorders = true;
-#endif
-
-#ifdef MULTISAMPLING
-int8 CMenuManager::m_nPrefsMSAALevel = 0;
-int8 CMenuManager::m_nDisplayMSAALevel = 0;
-#endif
-
-#ifdef NO_ISLAND_LOADING
-int8 CMenuManager::m_DisplayIslandLoading = ISLAND_LOADING_LOW;
-int8 CMenuManager::m_PrefsIslandLoading = ISLAND_LOADING_LOW;
-#endif
-
int32 CMenuManager::m_PrefsSfxVolume = 102;
int32 CMenuManager::m_PrefsMusicVolume = 102;
int32 CMenuManager::m_PrefsBrightness = 256;