summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2021-11-13 20:10:55 -0800
committerPokechu22 <Pokechu022@gmail.com>2021-11-17 21:28:39 -0800
commit1adff1c46757f91c343c3f238511e86156314388 (patch)
tree72203314bd18eca62d20fa15d659bbccb195c090 /Source/Core/VideoBackends/Software/SWmain.cpp
parentbdcfb311872481280b947703fedb04e7d18f2231 (diff)
VideoCommon: Skip textureQueryLevels if it doesn't exist
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index ca1f4304dd..fa6f89ba2d 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -85,6 +85,7 @@ void VideoSoftware::InitBackendInfo()
g_Config.backend_info.bSupportsPipelineCacheData = false;
g_Config.backend_info.bSupportsBBox = true;
g_Config.backend_info.bSupportsCoarseDerivatives = false;
+ g_Config.backend_info.bSupportsTextureQueryLevels = false;
// aamodes
g_Config.backend_info.AAModes = {1};