mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Revert "Fixed detection of the Steam Virtual Gamepad on macOS"
This reverts commit 5fcd70578b
.
Steam has been updated to send a version of 1 to avoid conflicts with controllers that report a version of 0.
This commit is contained in:
@@ -81,8 +81,7 @@ static SDL_bool HIDAPI_DriverXbox360_IsSupportedDevice(SDL_HIDAPI_Device *device
|
|||||||
return SDL_FALSE;
|
return SDL_FALSE;
|
||||||
}
|
}
|
||||||
#if defined(__MACOS__) || defined(__WIN32__)
|
#if defined(__MACOS__) || defined(__WIN32__)
|
||||||
if (vendor_id == USB_VENDOR_MICROSOFT && product_id == 0x028e &&
|
if (vendor_id == USB_VENDOR_MICROSOFT && product_id == 0x028e && version == 1) {
|
||||||
(version == 0 || version == 1)) {
|
|
||||||
/* This is the Steam Virtual Gamepad, which isn't supported by this driver */
|
/* This is the Steam Virtual Gamepad, which isn't supported by this driver */
|
||||||
return SDL_FALSE;
|
return SDL_FALSE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user