Skip to content

Commit

Permalink
This controller firmware is supported on Windows, and is covered by t…
Browse files Browse the repository at this point in the history
…he Bluetooth check on Mac OSX
  • Loading branch information
slouken committed Mar 2, 2020
1 parent 49564c8 commit eb19631
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/joystick/hidapi/SDL_hidapi_xbox360.c
Expand Up @@ -283,10 +283,6 @@ HIDAPI_DriverXbox360_IsSupportedDevice(const char *name, SDL_GameControllerType
/* This is the Steam Virtual Gamepad, which isn't supported by this driver */
return SDL_FALSE;
}
if (vendor_id == USB_VENDOR_MICROSOFT && product_id == 0x02e0) {
/* This is the old Bluetooth Xbox One S firmware, which isn't supported by this driver */
return SDL_FALSE;
}
#if defined(__MACOSX__)
/* Wired Xbox One controllers are handled by this driver, interfacing with
the 360Controller driver available from:
Expand Down

0 comments on commit eb19631

Please sign in to comment.