PAL and Progressive Scan support for XBox ..

This commit is contained in:
Manu Evans
2003-08-03 06:41:52 +00:00
parent 03d507ee54
commit 135103a4e9
5 changed files with 93 additions and 17 deletions
+12 -2
View File
@@ -111,7 +111,12 @@ void ApplyGraphicOptions()
PREFSMAN->m_bVsync,
PREFSMAN->m_bAntiAliasing,
THEME->GetMetric("Common","WindowTitle"),
THEME->GetPathToG("Common window icon") ) );
THEME->GetPathToG("Common window icon")
#ifdef _XBOX
, PREFSMAN->m_bProgressive
, PREFSMAN->m_bPAL
#endif
) );
bNeedReload |= TEXTUREMAN->SetPrefs(
PREFSMAN->m_iTextureColorDepth,
PREFSMAN->m_iMovieColorDepth,
@@ -371,7 +376,12 @@ RageDisplay *CreateDisplay()
PREFSMAN->m_bVsync,
PREFSMAN->m_bAntiAliasing,
THEME->GetMetric("Common","WindowTitle"),
THEME->GetPathToG("Common window icon") );
THEME->GetPathToG("Common window icon")
#ifdef _XBOX
, PREFSMAN->m_bProgressive
, PREFSMAN->m_bPAL
#endif
);
CString error = "There was an error while initializing your video card.\n\n"
" PLEASE DO NOT FILE THIS ERROR AS A BUG!\n\n"