From 92ca6e124e82f63b61982a5ecfb26ca818f2fe47 Mon Sep 17 00:00:00 2001 From: Michael M Date: Fri, 10 Nov 2017 09:56:13 -0800 Subject: Add ControllerInterface::Win32 to wrap XInput and DInput --- Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 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 -- cgit v1.2.3