mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
(GL) Fix statement is unreachable warnign
This commit is contained in:
parent
0cf79af646
commit
afce6fccc5
@ -428,9 +428,8 @@ bool gl_check_capability(enum gl_capability_enum enum_idx)
|
||||
&& !gl_query_extension("OES_packed_depth_stencil")
|
||||
&& !gl_query_extension("EXT_packed_depth_stencil"))
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
return true;
|
||||
case GL_CAPS_ES2_COMPAT:
|
||||
#ifndef HAVE_OPENGLES
|
||||
if (vendor && renderer && (strstr(vendor, "ATI") || strstr(renderer, "ATI")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user