summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-05-21 17:43:09 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2025-06-07 16:27:54 -0500
commit6da3f5f26adf13b9fedfb85b0ebe844cb5b94a0c (patch)
treecec042e71b76cd137fd735e5c65a980a4792a484 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
parentda8610e76fc1ae09562df3152a28be7f50d6e317 (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.h2
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)