mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 03:39:59 +00:00
(Griffin) Move more includes into Griffin
This commit is contained in:
parent
77e6ff75a6
commit
04168c00b0
@ -113,6 +113,9 @@ VIDEO CONTEXT
|
||||
|
||||
#if defined(HAVE_OPENGL)
|
||||
|
||||
#if defined(HAVE_KMS)
|
||||
#include "../gfx/context/drm_egl_ctx.c"
|
||||
#endif
|
||||
#if defined(HAVE_VIDEOCORE)
|
||||
#include "../gfx/context/vc_egl_ctx.c"
|
||||
#endif
|
||||
@ -125,6 +128,10 @@ VIDEO CONTEXT
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_X11
|
||||
#include "../gfx/context/x11_common.c"
|
||||
#endif
|
||||
|
||||
|
||||
/*============================================================
|
||||
VIDEO SHADERS
|
||||
@ -294,6 +301,10 @@ INPUT
|
||||
#include "../input/linuxraw_joypad.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_X11
|
||||
#include "../input/x11_input.c"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_NULLINPUT)
|
||||
#include "../input/null.c"
|
||||
#endif
|
||||
@ -309,6 +320,10 @@ STATE TRACKER
|
||||
#include "../gfx/state_tracker.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
#include "../gfx/py_state/py_state.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
FIFO BUFFER
|
||||
============================================================ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user