From ceed42a0eeb396c30c2bf8451b5da69fabff5da9 Mon Sep 17 00:00:00 2001 From: Jun Bo Bi Date: Fri, 6 Aug 2021 15:22:18 -0400 Subject: Add SDL as a submodule --- Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 3 +++ 1 file changed, 3 insertions(+) (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 7a5ee0ad26..2f43cacc42 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -30,6 +30,9 @@ #define CIFACE_USE_PIPES #endif #define CIFACE_USE_DUALSHOCKUDPCLIENT +#if defined(HAVE_SDL2) +#define CIFACE_USE_SDL +#endif namespace ciface { -- cgit v1.2.3