mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +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. */
|
* should be purposefully avoided. */
|
||||||
if (gl_query_extension("BGRA8888") && !strstr(renderer, "VideoCore"))
|
if (gl_query_extension("BGRA8888") && !strstr(renderer, "VideoCore"))
|
||||||
return true;
|
return true;
|
||||||
if (gl_query_extension("APPLE_texture_format_BGRA8888"))
|
|
||||||
return true;
|
|
||||||
#else
|
#else
|
||||||
/* TODO/FIXME - implement this for non-GLES? */
|
/* TODO/FIXME - implement this for non-GLES? */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user