mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
Merge pull request #4197 from loganmc10/patch-1
Add HAVE_OPENGLES3 to griffin.c
This commit is contained in:
commit
b460fc558c
@ -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…
x
Reference in New Issue
Block a user