summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Null/NullBackend.cpp
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2022-01-31 01:25:46 -0500
committerGitHub <noreply@github.com>2022-01-31 01:25:46 -0500
commit4d1e6ff76a47ab8ac7417a7859c816467b4bfd04 (patch)
tree4e1b8efcde4181deb80f769c8fecf39a016813f4 /Source/Core/VideoBackends/Null/NullBackend.cpp
parent8e21495c59998be502aba6bc92a7f52967325b71 (diff)
parent8be3572c8378967cac8774ee983e8e31a812efa3 (diff)
Merge pull request #10422 from OatmealDome/opengl-shader-crash
VideoConfig: Add flag for whether the system supports setting object names
Diffstat (limited to 'Source/Core/VideoBackends/Null/NullBackend.cpp')
-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 635650cb11..0a400fc2fa 100644
--- a/Source/Core/VideoBackends/Null/NullBackend.cpp
+++ b/Source/Core/VideoBackends/Null/NullBackend.cpp
@@ -59,6 +59,7 @@ void VideoBackend::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: We only support 1 sample, so no MSAA
g_Config.backend_info.Adapters.clear();