mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-09 12:30:41 +00:00
Get rid of unneeded HAVE_OPENGLES3 ifdef
This commit is contained in:
parent
b8992333b8
commit
c5cb86a47e
@ -310,12 +310,10 @@ static bool android_gfx_ctx_bind_api(void *data,
|
||||
unsigned version = major * 100 + minor;
|
||||
if (version > 300)
|
||||
return false;
|
||||
#ifdef HAVE_OPENGLES3
|
||||
if (version < 300)
|
||||
g_es3 = false;
|
||||
else if (version == 300)
|
||||
g_es3 = true;
|
||||
#endif
|
||||
return api == GFX_CTX_OPENGL_ES_API;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user