mirror of
https://github.com/libretro/RetroArch
synced 2025-01-16 07:11:49 +00:00
config.features.h - add HAVE_OPENGLES_3_1 / HAVE_OPENGLES_3_2
This commit is contained in:
parent
cddb0a3b48
commit
6f241e80a0
@ -80,7 +80,7 @@ static const bool _vulkan_supp = true;
|
||||
static const bool _vulkan_supp = false;
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_OPENGLES) || defined(HAVE_OPENGLES2) || defined(HAVE_OPENGLES3)
|
||||
#if defined(HAVE_OPENGLES) || defined(HAVE_OPENGLES2) || defined(HAVE_OPENGLES3) || defined(HAVE_OPENGLES_3_1) || defined(HAVE_OPENGLES_3_2)
|
||||
static const bool _opengles_supp = true;
|
||||
#else
|
||||
static const bool _opengles_supp = false;
|
||||
|
Loading…
Reference in New Issue
Block a user