From 43219519872ade3075dbc2a21a4c207512105d06 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sun, 4 May 2014 19:09:51 -0500 Subject: [PATCH] Disable SDL input on Windows. --- .../Core/InputCommon/ControllerInterface/ControllerInterface.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h index 763933aa22..2dacc90db3 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -19,7 +19,6 @@ #ifdef _WIN32 #define CIFACE_USE_XINPUT #define CIFACE_USE_DINPUT - #define CIFACE_USE_SDL #endif #if defined(HAVE_X11) && HAVE_X11 #define CIFACE_USE_XLIB