summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorMichael M <mchtly@gmail.com>2017-11-10 09:56:13 -0800
committerJordan Woyak <jordan.woyak@gmail.com>2019-03-29 08:01:39 -0500
commit92ca6e124e82f63b61982a5ecfb26ca818f2fe47 (patch)
tree01e0f81f5c549d84033b1633638d7ac2d4b27820 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
parent377615b06fd61717edb39b51964e611fd2da8cdc (diff)
Add ControllerInterface::Win32 to wrap XInput and DInput
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
index 7330172421..2ad53fc79b 100644
--- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
+++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
@@ -15,8 +15,7 @@
// enable disable sources
#ifdef _WIN32
-#define CIFACE_USE_XINPUT
-#define CIFACE_USE_DINPUT
+#define CIFACE_USE_WIN32
#endif
#if defined(HAVE_X11) && HAVE_X11
#define CIFACE_USE_XLIB