Merge pull request #3419 from loganmc10/patch-1

Allow GLES2 app to use GLES3 core
This commit is contained in:
Twinaphex 2016-08-22 23:49:08 +02:00 committed by GitHub
commit cbbb840584

View File

@ -1137,9 +1137,7 @@ bool rarch_environment_cb(unsigned cmd, void *data)
#if (defined(HAVE_OPENGLES2) || defined(HAVE_OPENGLES3))
case RETRO_HW_CONTEXT_OPENGLES2:
#ifdef HAVE_OPENGLES3
case RETRO_HW_CONTEXT_OPENGLES3:
#endif
RARCH_LOG("Requesting OpenGLES%u context.\n",
cb->context_type == RETRO_HW_CONTEXT_OPENGLES2 ? 2 : 3);
break;