diff options
| author | JMC47 <JMC4789@gmail.com> | 2022-07-11 16:28:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 16:28:30 -0400 |
| commit | b2be9b40ccdd3ab6b71fc5f124404148fb16a5f4 (patch) | |
| tree | 176104c39c1d4e9ba9416ea6ad08d1d468669edd /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | |
| parent | 99eef447651d40ed1954ccd5a83557478546face (diff) | |
| parent | 54b4ad8f559d6fa16bf0ca15f91de4e7d103996f (diff) | |
Merge pull request #10561 from shuffle2/sdl-motion
ControllerInterface: Add support for motion and rumble to SDL backend
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h index 7a5ee0ad26..2f43cacc42 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -30,6 +30,9 @@ #define CIFACE_USE_PIPES #endif #define CIFACE_USE_DUALSHOCKUDPCLIENT +#if defined(HAVE_SDL2) +#define CIFACE_USE_SDL +#endif namespace ciface { |
