mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Change this to HAVE_OPENGLES instead of HAVE_OPENGLES2
This commit is contained in:
parent
becf96837e
commit
8da3054968
@ -410,7 +410,7 @@ bool gl_check_capability(enum gl_capability_enum enum_idx)
|
|||||||
case GL_CAPS_DEBUG:
|
case GL_CAPS_DEBUG:
|
||||||
if (gl_query_extension("KHR_debug"))
|
if (gl_query_extension("KHR_debug"))
|
||||||
return true;
|
return true;
|
||||||
#ifndef HAVE_OPENGLES2
|
#ifndef HAVE_OPENGLES
|
||||||
if (gl_query_extension("ARB_debug_output"))
|
if (gl_query_extension("ARB_debug_output"))
|
||||||
return true;
|
return true;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user