[PrefsManager] Add StretchBackgrounds preference.

This commit is contained in:
AJ Kelly
2012-06-02 23:03:47 -05:00
parent a9c8a9517b
commit a564f0c696
10 changed files with 52 additions and 7 deletions
+1
View File
@@ -163,6 +163,7 @@ public:
Preference<int> m_iDisplayColorDepth;
Preference<int> m_iTextureColorDepth;
Preference<int> m_iMovieColorDepth;
Preference<bool> m_bStretchBackgrounds;
Preference<HighResolutionTextures> m_HighResolutionTextures;
Preference<int> m_iMaxTextureResolution;
Preference<int> m_iRefreshRate;