(PS3) Works again but we can't have GL_TRIANGLE_STRIP for PS3

RGL
This commit is contained in:
Twinaphex 2012-09-13 17:19:13 +02:00
parent 483a361e72
commit 713b309e3d

View File

@ -1202,7 +1202,7 @@ static bool resolve_extensions(gl_t *gl)
gl->border_type = GL_CLAMP_TO_BORDER;
#endif
#ifdef HAVE_PBO
#if defined(HAVE_PBO) && defined(ANDROID)
RARCH_LOG("[GL]: Using PBOs.\n");
if (!gl_query_extension("GL_ARB_pixel_buffer_object"))
{