mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Merge pull request #3419 from loganmc10/patch-1
Allow GLES2 app to use GLES3 core
This commit is contained in:
commit
cbbb840584
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user