summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2014-05-04 19:09:51 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2014-05-04 19:09:51 -0500
commit43219519872ade3075dbc2a21a4c207512105d06 (patch)
treee98c93573807a7e829612d345612dd6940c76d0f /Source/Core/InputCommon/ControllerInterface
parent07fbb13bbac7fd9449ad2ad81dd9e88e22a12b04 (diff)
Disable SDL input on Windows.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.h1
1 files changed, 0 insertions, 1 deletions
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