diff --git a/src/joystick/windows/SDL_xinputjoystick.c b/src/joystick/windows/SDL_xinputjoystick.c index 6ca369b1a..623a75645 100644 --- a/src/joystick/windows/SDL_xinputjoystick.c +++ b/src/joystick/windows/SDL_xinputjoystick.c @@ -259,12 +259,14 @@ AddXInputDevice(Uint8 userid, BYTE SubType, JoyStick_DeviceData **pContext) return; } +#if 0 /* There's no controller that's supported by both XInput and HIDAPI */ #ifdef SDL_JOYSTICK_HIDAPI if (HIDAPI_IsDevicePresent(vendor, product)) { /* The HIDAPI driver is taking care of this device */ SDL_free(pNewJoystick); return; } +#endif #endif WINDOWS_AddJoystickDevice(pNewJoystick);