mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
Port libusb hid.c to SDL, add to MinGW configure
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -24121,10 +24121,6 @@ CheckHIDAPI()
|
||||
# The hidraw support doesn't catch Xbox, PS4 and Nintendo controllers,
|
||||
# so we'll just use libusb when it's available.
|
||||
case "$host" in
|
||||
# TODO: Windows can support libusb, the hid.c file just depends on Unix APIs
|
||||
*-*-cygwin* | *-*-mingw32* )
|
||||
skiplibusb=yes
|
||||
;;
|
||||
# libusb does not support iOS
|
||||
arm*-apple-darwin* | *-ios-* )
|
||||
skiplibusb=yes
|
||||
|
||||
Reference in New Issue
Block a user