summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorJun Bo Bi <jambonmcyeah@gmail.com>2021-08-06 15:22:18 -0400
committerShawn Hoffman <godisgovernment@gmail.com>2022-07-10 15:38:59 -0700
commitceed42a0eeb396c30c2bf8451b5da69fabff5da9 (patch)
treee53a2d1d26bdd1d43899278b265b88b0bd4942f9 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
parent6cb936d0cf1a57fa461f097473b5b0b5ccaf09a1 (diff)
Add SDL as a submodule
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.h3
1 files changed, 3 insertions, 0 deletions
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
{