mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 08:52:41 +00:00
Fix GLES_VERSION #ifdef.
This commit is contained in:
parent
edbbacd067
commit
a392cd9ebd
@ -686,10 +686,10 @@ bool rarch_environment_cb(unsigned cmd, void *data)
|
||||
|
||||
#if defined(HAVE_OPENGLES3)
|
||||
case RETRO_HW_CONTEXT_OPENGLES_VERSION:
|
||||
#endif
|
||||
RARCH_LOG("Requesting OpenGLES%u.%u context.\n",
|
||||
cb->version_major, cb->version_minor);
|
||||
break;
|
||||
#endif
|
||||
|
||||
case RETRO_HW_CONTEXT_OPENGL:
|
||||
case RETRO_HW_CONTEXT_OPENGL_CORE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user