diff options
| author | Pokechu22 <pokechu022@gmail.com> | 2022-02-08 13:54:43 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-08 13:54:43 -0800 |
| commit | b4c7f2b1e834ce5ea4b2301f9d4fb07c11afeabb (patch) | |
| tree | cff8824846c8a204c074263575039cb68b1338c1 /Source/Core | |
| parent | c9896e1c4b95b8d8164e505037f3e887d9caf2fb (diff) | |
| parent | a9b5188047abb2a5980d9fca148dba24a8e0bf5b (diff) | |
Merge pull request #10444 from OatmealDome/mac-ogl-crash
OGLMain: Set default value for bSupportsSettingObjectNames
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/VideoBackends/OGL/OGLMain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/OGL/OGLMain.cpp b/Source/Core/VideoBackends/OGL/OGLMain.cpp index 4f4dc21d25..3e16b86ae8 100644 --- a/Source/Core/VideoBackends/OGL/OGLMain.cpp +++ b/Source/Core/VideoBackends/OGL/OGLMain.cpp @@ -111,6 +111,7 @@ void VideoBackend::InitBackendInfo() g_Config.backend_info.bSupportsBPTCTextures = false; g_Config.backend_info.bSupportsCoarseDerivatives = false; g_Config.backend_info.bSupportsTextureQueryLevels = false; + g_Config.backend_info.bSupportsSettingObjectNames = false; g_Config.backend_info.Adapters.clear(); |
