mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
extra devices
This commit is contained in:
parent
2ef75cb300
commit
f5360d0d82
@ -1073,7 +1073,9 @@ static void handle_hotplug(android_input_t *android,
|
||||
}
|
||||
|
||||
/* Amazon Fire TV & Fire stick */
|
||||
else if(strstr(device_model, "AFTM") || strstr(device_model, "AFTS"))
|
||||
else if(strstr(device_model, "AFTB") || strstr(device_model, "AFTT") ||
|
||||
strstr(device_model, "AFTS") || strstr(device_model, "AFTM") ||
|
||||
strstr(device_model, "AFTRS"))
|
||||
{
|
||||
RARCH_LOG("Special Device Detected: %s\n", device_model);
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user