Let's just get rid of this problematic check instead

This commit is contained in:
twinaphex 2016-10-31 15:30:20 +01:00
parent de3c1a04db
commit f707d39c54

View File

@ -870,13 +870,6 @@ bool gl_init_hw_render(gl_t *gl, unsigned width, unsigned height)
depth = hwr->depth;
stencil = hwr->stencil;
#ifdef HAVE_OPENGLES
if (!hwr->stencil &&
!gl_check_capability(GL_CAPS_PACKED_DEPTH_STENCIL))
return false;
RARCH_LOG("[GL]: Supports Packed depth stencil.\n");
#endif
if (depth)
{
glGenRenderbuffers(gl->textures, gl->hw_render_depth);