Simplify GLES ifdef.

This commit is contained in:
Themaister 2012-09-30 10:33:15 +02:00
parent e4399884d9
commit 9a07e23ecb

View File

@ -1227,7 +1227,7 @@ static bool resolve_extensions(gl_t *gl)
gl->border_type = GL_CLAMP_TO_BORDER;
#endif
#if defined(HAVE_OPENGLES) && (!defined(HAVE_PSGL) || !defined(HAVE_RGL))
#ifdef HAVE_OPENGLES2
if (!gl_query_extension("BGRA8888"))
{
RARCH_ERR("[GL]: GLES implementation does not have BGRA8888 extension.\n");