mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 02:26:13 +00:00
Merge pull request #1003 from heuripedes/master
(griffin.c) Fix glx_ctx.c include
This commit is contained in:
commit
eebdc4ea90
@ -127,7 +127,7 @@ VIDEO CONTEXT
|
||||
#if defined(HAVE_VIDEOCORE)
|
||||
#include "../gfx/context/vc_egl_ctx.c"
|
||||
#endif
|
||||
#if defined(HAVE_X11) && defined(HAVE_OPENGLES)
|
||||
#if defined(HAVE_X11) && !defined(HAVE_OPENGLES)
|
||||
#include "../gfx/context/glx_ctx.c"
|
||||
#endif
|
||||
#if defined(HAVE_EGL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user