mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +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:
|
||||
if (gl_query_extension("KHR_debug"))
|
||||
return true;
|
||||
#ifndef HAVE_OPENGLES2
|
||||
#ifndef HAVE_OPENGLES
|
||||
if (gl_query_extension("ARB_debug_output"))
|
||||
return true;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user