mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(Desktop GL) GL_CAPS_BGRA8888 - return true by default
This commit is contained in:
parent
83d91ae85a
commit
f6b273e1be
@ -303,7 +303,7 @@ bool gl_check_capability(enum gl_capability_enum enum_idx)
|
|||||||
if (gl_query_extension("BGRA8888") && !strstr(renderer, "VideoCore"))
|
if (gl_query_extension("BGRA8888") && !strstr(renderer, "VideoCore"))
|
||||||
return true;
|
return true;
|
||||||
#else
|
#else
|
||||||
/* TODO/FIXME - implement this for non-GLES? */
|
return true;
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
case GL_CAPS_NONE:
|
case GL_CAPS_NONE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user