Changed ColorDepth prefs defaults to 32-bit.
This commit is contained in:
@@ -169,9 +169,9 @@ PrefsManager::PrefsManager() :
|
||||
m_iDisplayWidth ( "DisplayWidth", 854 ),
|
||||
m_iDisplayHeight ( "DisplayHeight", 480 ),
|
||||
m_fDisplayAspectRatio ( "DisplayAspectRatio", 16/9.f, ValidateDisplayAspectRatio ),
|
||||
m_iDisplayColorDepth ( "DisplayColorDepth", 16 ),
|
||||
m_iTextureColorDepth ( "TextureColorDepth", 16 ),
|
||||
m_iMovieColorDepth ( "MovieColorDepth", 16 ),
|
||||
m_iDisplayColorDepth ( "DisplayColorDepth", 32 ),
|
||||
m_iTextureColorDepth ( "TextureColorDepth", 32 ),
|
||||
m_iMovieColorDepth ( "MovieColorDepth", 32 ),
|
||||
m_bStretchBackgrounds ( "StretchBackgrounds", false ),
|
||||
m_BGFitMode("BackgroundFitMode", BFM_CoverPreserve),
|
||||
m_HighResolutionTextures ( "HighResolutionTextures", HighResolutionTextures_Auto ),
|
||||
|
||||
Reference in New Issue
Block a user