summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h')
-rw-r--r--Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
index 8ecdf73de8..4133b02b5e 100644
--- a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
+++ b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h
@@ -18,9 +18,11 @@
#if defined(HAVE_X11) && HAVE_X11
#define CIFACE_USE_XLIB
#endif
-#ifndef CIFACE_USE_DIRECTINPUT_JOYSTICK
+//#ifndef CIFACE_USE_DIRECTINPUT_JOYSTICK
+// enable SDL 1.2 in addition to DirectInput on windows,
+// to support a few gamepads that aren't behaving with DInput
#define CIFACE_USE_SDL
-#endif
+//#endif
#if defined(__APPLE__)
#define CIFACE_USE_OSX
#endif