mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
(Android) Take out Broadcom Bluetooth HID detection for now - it will
need more heuristics in order to detect all the pads correctly
This commit is contained in:
parent
8ee740a538
commit
e74d85718e
@ -518,8 +518,6 @@ static void handle_hotplug(void *data, unsigned *port, unsigned id,
|
||||
strlcpy(name_buf, "JXD S5110B (Skelrom)", sizeof(name_buf));
|
||||
else if (strstr(device_name, "keypad-zeus") || (strstr(device_name, "keypad-game-zeus")))
|
||||
strlcpy(name_buf, "Xperia Play", sizeof(name_buf));
|
||||
else if (strstr(device_name, "Broadcom Bluetooth HID"))
|
||||
device = DEVICE_BROADCOM_BLUETOOTH_HID;
|
||||
else if (strstr(device_name, "USB Gamepad"))
|
||||
device = DEVICE_THRUST_PREDATOR;
|
||||
else if (strstr(device_name, "ADC joystick"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user