From 713b309e3d8f139aab690ef9c838d695435d6184 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Thu, 13 Sep 2012 17:19:13 +0200 Subject: [PATCH] (PS3) Works again but we can't have GL_TRIANGLE_STRIP for PS3 RGL --- gfx/gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/gl.c b/gfx/gl.c index 236a25e694..4a86c0e308 100644 --- a/gfx/gl.c +++ b/gfx/gl.c @@ -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")) {