remove Xbox prefs from PREFSMAN (not tested on Xbox)

This commit is contained in:
Glenn Maynard
2005-10-27 13:32:47 +00:00
parent 5b51315394
commit df966ddaf6
3 changed files with 1 additions and 27 deletions
-9
View File
@@ -424,15 +424,6 @@ PrefsManager::PrefsManager() :
m_bLogCheckpoints ( "LogCheckpoints", false ),
m_bShowLoadingWindow ( "ShowLoadingWindow", true )
#if defined(XBOX)
,
m_bEnableVirtualMemory ( "EnableVirtualMemory", true ),
m_iPageFileSize ( "PageFileSize", 384 ),
m_iPageSize ( "PageSize", 16 ),
m_iPageThreshold ( "PageThreshold", 8 ),
m_bLogVirtualMemory ( "LogVirtualMemory", false )
#endif
#if !defined(WITHOUT_NETWORKING)
,
m_bEnableScoreboard ( "EnableScoreboard", true )