(Android) Change case sensitivity for detecting JXD S7800b controls

This commit is contained in:
twinaphex 2013-11-30 17:23:18 +01:00
parent 7a0158bfd7
commit 7cd8f6c188
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ void input_autodetect_setup(void *data, char *msg, size_t sizeof_msg, unsigned p
device = DEVICE_BROADCOM_BLUETOOTH_HID;
else if (strstr(name_buf, "USB Gamepad"))
device = DEVICE_THRUST_PREDATOR;
else if (strstr(name_buf, "ADC Joystick"))
else if (strstr(name_buf, "ADC joystick"))
device = DEVICE_JXD_S7800B;
else if (strstr(name_buf, "DragonRise"))
device = DEVICE_DRAGONRISE;