summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
diff options
context:
space:
mode:
authorStenzek <stenzek@users.noreply.github.com>2017-08-01 12:39:20 +1000
committerGitHub <noreply@github.com>2017-08-01 12:39:19 +1000
commitfe65b26d53606fb9edf7e0db0e5b2c52f1ea3978 (patch)
tree3183a95deab2f3f5a2a61de84fd03680fc28204d /Source/Core/VideoCommon/VideoConfig.cpp
parentb93d118cef8dd8dd85bf662f5ad4abb083610d3e (diff)
parent63305e917328d0ce9f3db6def51eaa67f23880ec (diff)
Merge pull request #5834 from stenzek/bc7
Support loading BC7 (BPTC) textures from DDS files
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp
index e643937764..9caab54603 100644
--- a/Source/Core/VideoCommon/VideoConfig.cpp
+++ b/Source/Core/VideoCommon/VideoConfig.cpp
@@ -38,6 +38,7 @@ VideoConfig::VideoConfig()
backend_info.bSupportsMultithreading = false;
backend_info.bSupportsInternalResolutionFrameDumps = false;
backend_info.bSupportsST3CTextures = false;
+ backend_info.bSupportsBPTCTextures = false;
bEnableValidationLayer = false;
bBackendMultithreading = true;