mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
extra devices
This commit is contained in:
parent
2ef75cb300
commit
f5360d0d82
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue