diff options
| author | degasus <wickmarkus@web.de> | 2015-01-11 15:15:14 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2015-01-11 22:23:35 +0100 |
| commit | 744b1c162441b296e0af121d5ca6e95761587b6e (patch) | |
| tree | e0c315bb61317e0d353a07bf2f73574cea0d814b /Source/Core/VideoCommon/VideoConfig.cpp | |
| parent | d95e5e2b6fdbdcc7af201a4fc1fa1389bbdf0ad5 (diff) | |
TexCache: rewrite level calculation
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 5448d0c4b0..71f5ec22d0 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 |
