mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 09:02:44 +00:00
Fix
This commit is contained in:
parent
c8141123d6
commit
dd1fa96321
@ -311,6 +311,8 @@ bool gl_check_capability(enum gl_capability_enum enum_idx)
|
|||||||
if (major >= 3)
|
if (major >= 3)
|
||||||
return true;
|
return true;
|
||||||
#else
|
#else
|
||||||
|
if (strstr(vendor, "ATI Technologies"))
|
||||||
|
return false;
|
||||||
if (gl_query_extension("ARB_texture_storage"))
|
if (gl_query_extension("ARB_texture_storage"))
|
||||||
return true;
|
return true;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user