mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
(Android) Input autodetection - Gasia PS3 pad should correspond to PlayStation3 v2 controls
This commit is contained in:
parent
26cddf261e
commit
d8fe91867e
@ -139,7 +139,7 @@ void input_autodetect_setup (void *data, char *msg, size_t sizeof_msg, unsigned
|
||||
}
|
||||
}
|
||||
else if (strstr(name_buf, "PLAYSTATION(R)3") || strstr(name_buf, "Dualshock3")
|
||||
|| strstr(name_buf,"Sixaxis") ||
|
||||
|| strstr(name_buf,"Sixaxis") || strstr(name_buf, "Gasia,Co") ||
|
||||
(strstr(name_buf, "Gamepad 0") || strstr(name_buf, "Gamepad 1") ||
|
||||
strstr(name_buf, "Gamepad 2") || strstr(name_buf, "Gamepad 3")))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user