mirror of
https://github.com/libretro/RetroArch
synced 2025-04-04 04:20:29 +00:00
add group for other android atv devices
This commit is contained in:
parent
a900bc41a8
commit
6a950526d5
@ -758,6 +758,14 @@ static void handle_hotplug(android_input_data_t *android_data,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Other ATV Devices
|
||||||
|
* Add other common ATV devices that will follow the Android
|
||||||
|
* Gaempad convention as "Android Gamepad"
|
||||||
|
*/
|
||||||
|
/* to-do: add DS4 on Bravia ATV */
|
||||||
|
else if (strstr(device_name, "NVIDIA"))
|
||||||
|
strlcpy (name_buf, "Android Gamepad", sizeof(name_buf));
|
||||||
|
|
||||||
/* GPD XD
|
/* GPD XD
|
||||||
* This is a simple hack, basically groups the "back"
|
* This is a simple hack, basically groups the "back"
|
||||||
* button with the rest of the gamepad
|
* button with the rest of the gamepad
|
||||||
|
Loading…
x
Reference in New Issue
Block a user