diff options
| author | Markus Wick <markus+github@selfnet.de> | 2015-01-13 22:45:49 +0100 |
|---|---|---|
| committer | Markus Wick <markus+github@selfnet.de> | 2015-01-13 22:45:49 +0100 |
| commit | 7069450ce570dea3e9a286f7f3538122f5d0f99c (patch) | |
| tree | 203d2ae24edde90b5e0fd383e897e51b879f0350 /Source/Core/VideoCommon/VideoConfig.cpp | |
| parent | 0932282caf926347c60f49af60c17612fc9624b5 (diff) | |
| parent | 22e06daf5c41c3d201edba8c22c85df5bafee63b (diff) | |
Merge pull request #1872 from degasus/texcache
Texcache cleanup 2
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp index b9bf69bf9d..dd3d7e54a6 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -36,7 +36,6 @@ VideoConfig::VideoConfig() // disable all features by default backend_info.APIType = API_NONE; - backend_info.bUseMinimalMipCount = false; backend_info.bSupportsExclusiveFullscreen = false; // Game-specific stereoscopy settings |
