diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2018-06-04 18:12:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-04 18:12:29 +0200 |
| commit | b26a47e6425c00020de11756239f9828638d28df (patch) | |
| tree | aec69af7d6ef6e7012ec024ad1cb6a6a3ee779c1 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | |
| parent | 8e0ea92ec35a0473e79ef012b9f98b7a38d3ef33 (diff) | |
| parent | 932ca644aa92c01d60827206562938bfd877ecb3 (diff) | |
Merge pull request #6180 from ligfx/sdlhotplug
Add hotplug support to SDL2 controller backend
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h index 06fd7c544d..c576b20fb3 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -23,9 +23,6 @@ #if defined(__APPLE__) #define CIFACE_USE_OSX #endif -#if defined(HAVE_SDL) && HAVE_SDL -#define CIFACE_USE_SDL -#endif #if defined(HAVE_LIBEVDEV) && defined(HAVE_LIBUDEV) #define CIFACE_USE_EVDEV #endif |
