mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
(Griffin) Flesh out Griffin some more for regular PC-style builds
This commit is contained in:
parent
0e1a306862
commit
77e6ff75a6
@ -109,16 +109,26 @@ VIDEO CONTEXT
|
|||||||
#include "../gfx/context/bbqnx_ctx.c"
|
#include "../gfx/context/bbqnx_ctx.c"
|
||||||
#elif defined(IOS)
|
#elif defined(IOS)
|
||||||
#include "../gfx/context/ioseagl_ctx.c"
|
#include "../gfx/context/ioseagl_ctx.c"
|
||||||
#elif defined(GEKKO)
|
|
||||||
// none
|
|
||||||
#else
|
|
||||||
#include "../gfx/context/null_ctx.c"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_OPENGL)
|
||||||
|
|
||||||
|
#if defined(HAVE_VIDEOCORE)
|
||||||
|
#include "../gfx/context/vc_egl_ctx.c"
|
||||||
|
#endif
|
||||||
|
#if defined(HAVE_X11) && defined(HAVE_OPENGLES)
|
||||||
|
#include "../gfx/context/glx_ctx.c"
|
||||||
|
#endif
|
||||||
|
#if defined(HAVE_EGL)
|
||||||
|
#include "../gfx/context/xegl_ctx.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*============================================================
|
/*============================================================
|
||||||
VIDEO SHADERS
|
VIDEO SHADERS
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
#if defined(HAVE_CG) || defined(HAVE_HLSL) || defined(HAVE_GLSL)
|
#if defined(HAVE_CG) || defined(HAVE_HLSL) || defined(HAVE_GLSL)
|
||||||
#include "../gfx/shader_parse.c"
|
#include "../gfx/shader_parse.c"
|
||||||
#endif
|
#endif
|
||||||
@ -164,6 +174,11 @@ VIDEO DRIVER
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_VG
|
||||||
|
#include "../gfx/vg.c"
|
||||||
|
#include "../gfx/math/matrix_3x3.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_DYLIB
|
#ifdef HAVE_DYLIB
|
||||||
#include "../gfx/ext_gfx.c"
|
#include "../gfx/ext_gfx.c"
|
||||||
#endif
|
#endif
|
||||||
@ -178,6 +193,10 @@ VIDEO DRIVER
|
|||||||
#include "../gfx/gl.c"
|
#include "../gfx/gl.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_XVIDEO
|
||||||
|
#include "../gfx/xvideo.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef _XBOX
|
#ifdef _XBOX
|
||||||
#include "../xdk/xdk_d3d.cpp"
|
#include "../xdk/xdk_d3d.cpp"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user