mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Allow USB passthrough for Densha de GO! controller
This commit is contained in:
parent
acc2fea7e3
commit
c5572acd38
@ -276,6 +276,9 @@ usb_handler_thread::usb_handler_thread()
|
||||
{
|
||||
found_usio = true;
|
||||
}
|
||||
|
||||
// Densha de GO! controller
|
||||
check_device(0x0AE4, 0x0004, 0x0004, "Densha de GO! Type 2 Controller");
|
||||
}
|
||||
|
||||
libusb_free_device_list(list, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user