mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-31 17:04:40 -04: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