mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Linux: Add an evdev based controller backend, to replace SDL.
This commit is contained in:
@ -35,6 +35,9 @@
|
||||
#if defined(HAVE_SDL) && HAVE_SDL
|
||||
#define CIFACE_USE_SDL
|
||||
#endif
|
||||
#if defined(HAVE_LIBEVDEV) && defined(HAVE_LIBUDEV)
|
||||
#define CIFACE_USE_EVDEV
|
||||
#endif
|
||||
|
||||
//
|
||||
// ControllerInterface
|
||||
|
Reference in New Issue
Block a user