Skip to content
Permalink
Browse files
Merge pull request #10444 from OatmealDome/mac-ogl-crash
OGLMain: Set default value for bSupportsSettingObjectNames
  • Loading branch information
Pokechu22 committed Feb 8, 2022
2 parents c9896e1 + a9b5188 commit b4c7f2b
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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();

0 comments on commit b4c7f2b

Please sign in to comment.