mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
Xenon input takes prio.
This commit is contained in:
parent
bd147270eb
commit
5c05e309c1
@ -110,12 +110,12 @@
|
|||||||
#error "Need at least one audio driver!"
|
#error "Need at least one audio driver!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_SDL)
|
#if defined(XENON)
|
||||||
|
#define INPUT_DEFAULT_DRIVER INPUT_XENON360
|
||||||
|
#elif defined(HAVE_SDL)
|
||||||
#define INPUT_DEFAULT_DRIVER INPUT_SDL
|
#define INPUT_DEFAULT_DRIVER INPUT_SDL
|
||||||
#elif defined(__CELLOS_LV2__)
|
#elif defined(__CELLOS_LV2__)
|
||||||
#define INPUT_DEFAULT_DRIVER INPUT_PS3
|
#define INPUT_DEFAULT_DRIVER INPUT_PS3
|
||||||
#elif defined(XENON)
|
|
||||||
#define INPUT_DEFAULT_DRIVER INPUT_XENON360
|
|
||||||
#elif defined(GEKKO)
|
#elif defined(GEKKO)
|
||||||
#define INPUT_DEFAULT_DRIVER INPUT_WII
|
#define INPUT_DEFAULT_DRIVER INPUT_WII
|
||||||
#elif defined(HAVE_XVIDEO)
|
#elif defined(HAVE_XVIDEO)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user