diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2025-05-21 17:43:09 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2025-06-07 16:27:54 -0500 |
| commit | 6da3f5f26adf13b9fedfb85b0ebe844cb5b94a0c (patch) | |
| tree | cec042e71b76cd137fd735e5c65a980a4792a484 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | |
| parent | da8610e76fc1ae09562df3152a28be7f50d6e317 (diff) | |
InputCommon: Update to use SDL3 and bump the SDL submodule in Externals to release-3.2.16.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h index d3998a4839..e5712f0a4f 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -31,7 +31,7 @@ #define CIFACE_USE_PIPES #endif #define CIFACE_USE_DUALSHOCKUDPCLIENT -#if defined(HAVE_SDL2) +#if defined(HAVE_SDL3) #define CIFACE_USE_SDL #endif #if defined(HAVE_HIDAPI) |
