mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Some better ifdefs in griffin.c
This commit is contained in:
parent
c6e8ff2206
commit
47c421eb8f
@ -156,11 +156,15 @@ VIDEO DRIVER
|
||||
#include "../../xdk/xdk_resources.cpp"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_OPENGL)
|
||||
#ifdef HAVE_OPENGL
|
||||
#include "../../gfx/gl.c"
|
||||
#elif defined(_XBOX)
|
||||
#endif
|
||||
|
||||
#ifdef _XBOX
|
||||
#include "../../xdk/xdk_d3d.cpp"
|
||||
#elif defined(GEKKO)
|
||||
#endif
|
||||
|
||||
#if defined(GEKKO)
|
||||
#include "../../gx/gx_video.c"
|
||||
#elif defined(SN_TARGET_PSP2)
|
||||
#include "../../vita/vita_video.c"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#define MAX_PADS
|
||||
|
||||
static struct controller_data_s pad[MAX_PADS];
|
||||
|
||||
static void xenon360_input_poll(void *data)
|
||||
{
|
||||
(void)data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user