summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Null
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/VideoBackends/Null
parentb93d118cef8dd8dd85bf662f5ad4abb083610d3e (diff)
parent63305e917328d0ce9f3db6def51eaa67f23880ec (diff)
Merge pull request #5834 from stenzek/bc7
Support loading BC7 (BPTC) textures from DDS files
Diffstat (limited to 'Source/Core/VideoBackends/Null')
-rw-r--r--Source/Core/VideoBackends/Null/NullBackend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Null/NullBackend.cpp b/Source/Core/VideoBackends/Null/NullBackend.cpp
index bcbbd1aaab..2a52fe7172 100644
--- a/Source/Core/VideoBackends/Null/NullBackend.cpp
+++ b/Source/Core/VideoBackends/Null/NullBackend.cpp
@@ -46,6 +46,7 @@ void VideoBackend::InitBackendInfo()
g_Config.backend_info.bSupportsInternalResolutionFrameDumps = false;
g_Config.backend_info.bSupportsGPUTextureDecoding = false;
g_Config.backend_info.bSupportsST3CTextures = false;
+ g_Config.backend_info.bSupportsBPTCTextures = false;
// aamodes: We only support 1 sample, so no MSAA
g_Config.backend_info.Adapters.clear();