summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorOatmealDome <julian@oatmealdome.me>2022-01-30 21:44:57 -0500
committerOatmealDome <julian@oatmealdome.me>2022-01-31 01:17:37 -0500
commit947b562e06daad9a0111c25e10b33c04d786c769 (patch)
tree18c4ab55ae8ccd438371f6fa8899da0320d6cfbe /Source/Core/VideoBackends/Software/SWmain.cpp
parent07fd17445c6ca4e89b0cef023ba711bb27c920aa (diff)
VideoConfig: Add flag for whether the system supports setting object names
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 654813d5eb..753f869c8e 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -88,6 +88,7 @@ void VideoSoftware::InitBackendInfo()
g_Config.backend_info.bSupportsCoarseDerivatives = false;
g_Config.backend_info.bSupportsTextureQueryLevels = false;
g_Config.backend_info.bSupportsLodBiasInSampler = false;
+ g_Config.backend_info.bSupportsSettingObjectNames = false;
// aamodes
g_Config.backend_info.AAModes = {1};