mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
commit
a1b67c60be
@ -196,7 +196,8 @@ bool gl_check_capability(enum gl_capability_enum enum_idx)
|
||||
case GL_CAPS_ARGB8:
|
||||
#ifdef HAVE_OPENGLES
|
||||
if (gl_query_extension("OES_rgb8_rgba8")
|
||||
|| gl_query_extension("ARM_argb8"))
|
||||
|| gl_query_extension("ARM_rgba8")
|
||||
|| major >= 3)
|
||||
return true;
|
||||
#else
|
||||
/* TODO/FIXME - implement this for non-GLES? */
|
||||
|
Loading…
x
Reference in New Issue
Block a user