summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2025-06-24 18:59:48 -0400
committerGitHub <noreply@github.com>2025-06-24 18:59:48 -0400
commit43aa7e9b9658d3c1508512b6b0caef7737ed6683 (patch)
treecd10fb73d0f2a2cb39bc8a3e801d26ee92bff7d5 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
parent43c156084bbeeaa3bd7c06b5e4f3118e335f777d (diff)
parent6da3f5f26adf13b9fedfb85b0ebe844cb5b94a0c (diff)
Merge pull request #13694 from jordan-woyak/sdl3
Update to SDL3
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)