mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
no need to name the device like the Shield controller, this will reduce OSD spam when hitting back
This commit is contained in:
parent
00b60be3a7
commit
6dc06885fb
@ -643,7 +643,7 @@ static void handle_hotplug(android_input_t *android,
|
||||
{
|
||||
/* If built-in shield controller is detected bind the virtual and gpio devices to the same port*/
|
||||
*port = 0;
|
||||
strlcpy(name_buf, "NVIDIA Corporation NVIDIA Controller v01.01", sizeof(name_buf));
|
||||
strlcpy(name_buf, "Generic GPIO Device", sizeof(name_buf));
|
||||
}
|
||||
else if (
|
||||
strstr(device_name, "PLAYSTATION(R)3") ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user