diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2018-01-21 11:22:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-21 11:22:49 +0100 |
| commit | fca56d532a4da844c324d7a4ea05252e72d89fcf (patch) | |
| tree | c171800b07e23dfa789ebb35d1e2583aa14fc38b /Source/Core/VideoCommon/VideoConfig.cpp | |
| parent | 6a002a493812e451762bd3babbbd695760c28413 (diff) | |
| parent | a5a05991458cd83b022491cf5ac020b7497272b9 (diff) | |
Merge pull request #4453 from degasus/custom_texture
CustomTexture: Drop old texture format.
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 6c68fd5e37..9a54fedcc9 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -75,7 +75,6 @@ void VideoConfig::Refresh() bOverlayProjStats = Config::Get(Config::GFX_OVERLAY_PROJ_STATS); bDumpTextures = Config::Get(Config::GFX_DUMP_TEXTURES); bHiresTextures = Config::Get(Config::GFX_HIRES_TEXTURES); - bConvertHiresTextures = Config::Get(Config::GFX_CONVERT_HIRES_TEXTURES); bCacheHiresTextures = Config::Get(Config::GFX_CACHE_HIRES_TEXTURES); bDumpEFBTarget = Config::Get(Config::GFX_DUMP_EFB_TARGET); bDumpXFBTarget = Config::Get(Config::GFX_DUMP_XFB_TARGET); |
