Add HAVE_OPENGLES3 to griffin.c
This commit is contained in:
parent
d39f226a57
commit
746e4667c2
|
@ -320,8 +320,10 @@ VIDEO DRIVER
|
|||
|
||||
#ifndef HAVE_PSGL
|
||||
#include "../libretro-common/glsym/rglgen.c"
|
||||
#ifdef HAVE_OPENGLES2
|
||||
#if defined(HAVE_OPENGLES2)
|
||||
#include "../libretro-common/glsym/glsym_es2.c"
|
||||
#elif defined(HAVE_OPENGLES3)
|
||||
#include "../libretro-common/glsym/glsym_es3.c"
|
||||
#else
|
||||
#include "../libretro-common/glsym/glsym_gl.c"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue