From 6da3f5f26adf13b9fedfb85b0ebe844cb5b94a0c Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Wed, 21 May 2025 17:43:09 -0500 Subject: InputCommon: Update to use SDL3 and bump the SDL submodule in Externals to release-3.2.16. --- Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h') 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) -- cgit v1.2.3