mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-03 09:48:32 +00:00
Linux: Add an evdev based controller backend, to replace SDL.
This commit is contained in:
parent
9a244f07fa
commit
2721fdf8a9
8 changed files with 438 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue