From 69b104f9e454b9804043421939b03a6884ad20dd Mon Sep 17 00:00:00 2001 From: Themaister Date: Wed, 1 Jan 2014 21:57:32 +0100 Subject: [PATCH] Comment about BGRA8888. --- gfx/gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/gl.c b/gfx/gl.c index d286f54941..e4140c785f 100644 --- a/gfx/gl.c +++ b/gfx/gl.c @@ -1685,7 +1685,7 @@ static bool resolve_extensions(gl_t *gl) driver.gfx_use_rgba = false; #ifdef HAVE_OPENGLES2 - if (gl_query_extension(gl, "BGRA8888")) + if (gl_query_extension(gl, "BGRA8888")) // There are both APPLE and EXT variants. RARCH_LOG("[GL]: BGRA8888 extension found for GLES.\n"); else {