diff --git a/src/PrefsManager.cpp b/src/PrefsManager.cpp index 64d742babc..881db915e9 100644 --- a/src/PrefsManager.cpp +++ b/src/PrefsManager.cpp @@ -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 ),