mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
(Griffin) Add NULL ifdefs for Griffin
This commit is contained in:
parent
403a087926
commit
b074adbc1d
@ -168,7 +168,9 @@ VIDEO DRIVER
|
|||||||
#include "../../psp1/psp1_video.c"
|
#include "../../psp1/psp1_video.c"
|
||||||
#elif defined(XENON)
|
#elif defined(XENON)
|
||||||
#include "../../360/xenon360_video.c"
|
#include "../../360/xenon360_video.c"
|
||||||
#else
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_NULLVIDEO)
|
||||||
#include "../../gfx/null.c"
|
#include "../../gfx/null.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -245,7 +247,9 @@ INPUT
|
|||||||
#elif defined(ANDROID)
|
#elif defined(ANDROID)
|
||||||
#include "../../android/native/jni/input_autodetect.c"
|
#include "../../android/native/jni/input_autodetect.c"
|
||||||
#include "../../android/native/jni/input_android.c"
|
#include "../../android/native/jni/input_android.c"
|
||||||
#else
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_NULLINPUT)
|
||||||
#include "../../input/null.c"
|
#include "../../input/null.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -296,7 +300,9 @@ AUDIO
|
|||||||
#include "../../audio/dsound.c"
|
#include "../../audio/dsound.c"
|
||||||
#elif defined(HAVE_SL)
|
#elif defined(HAVE_SL)
|
||||||
#include "../../audio/opensl.c"
|
#include "../../audio/opensl.c"
|
||||||
#else
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_NULLAUDIO)
|
||||||
#include "../../audio/null.c"
|
#include "../../audio/null.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -429,4 +435,4 @@ XML
|
|||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user