mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 05:16:12 +00:00
Above case should handle this already
This commit is contained in:
parent
02f0b4a428
commit
b7b5ffe28c
@ -531,8 +531,6 @@ bool gl_check_capability(enum gl_capability_enum enum_idx)
|
||||
* should be purposefully avoided. */
|
||||
if (gl_query_extension("BGRA8888") && !strstr(renderer, "VideoCore"))
|
||||
return true;
|
||||
if (gl_query_extension("APPLE_texture_format_BGRA8888"))
|
||||
return true;
|
||||
#else
|
||||
/* TODO/FIXME - implement this for non-GLES? */
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user