diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2023-05-12 22:10:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-12 22:10:31 +0200 |
| commit | 27d90a7d7b06c8e174c351d17fa057acae9a5112 (patch) | |
| tree | 738e141c5e3e413b09e0f58328793c58c3ff7032 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | |
| parent | dadbeb4bae7e7fa23af2b46e0add4143094dc107 (diff) | |
| parent | c5d2ad99d2b3730f1b79fd549ac46a310bdcb851 (diff) | |
Merge pull request #11779 from ArcaneNibble/sd
Support Steam Deck controls natively through hidraw
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 59909aeec8..6dc0afafe8 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -34,6 +34,9 @@ #if defined(HAVE_SDL2) #define CIFACE_USE_SDL #endif +#if defined(HAVE_HIDAPI) +#define CIFACE_USE_STEAMDECK +#endif namespace ciface { |
