mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +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"))
|
||||
return true;
|
||||
#else
|
||||
/* TODO/FIXME - implement this for non-GLES? */
|
||||
return true;
|
||||
#endif
|
||||
break;
|
||||
case GL_CAPS_NONE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user