From 928d05ec47a3dd46c6968088e934ff1555fc7fc5 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sat, 3 Sep 2016 15:23:34 -0700 Subject: InputCommon: Remove the Xlib backend The XInput2 backend is more performant, so let's default to it and remove the old, core-only backend. --- Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 3 --- 1 file changed, 3 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 198a2c180b..c89edd29b5 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -22,9 +22,6 @@ #endif #if defined(HAVE_X11) && HAVE_X11 #define CIFACE_USE_XLIB -#if defined(HAVE_X11_XINPUT2) && HAVE_X11_XINPUT2 -#define CIFACE_USE_X11_XINPUT2 -#endif #endif #if defined(__APPLE__) #define CIFACE_USE_OSX -- cgit v1.2.3