mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Add X11 XInput2 input plugin, including MPX and with support for axis controls.
Based on the original XLib plugin, and thus shares some of its warts.
This commit is contained in:
@ -21,6 +21,9 @@
|
||||
#if defined(HAVE_X11) && HAVE_X11
|
||||
#define CIFACE_USE_XLIB
|
||||
#define CIFACE_USE_SDL
|
||||
#if defined(HAVE_X11_XINPUT2) && HAVE_X11_XINPUT2
|
||||
#define CIFACE_USE_X11_XINPUT2
|
||||
#endif
|
||||
#endif
|
||||
#if defined(__APPLE__)
|
||||
#define CIFACE_USE_OSX
|
||||
|
Reference in New Issue
Block a user