Allow USB passthrough for Densha de GO! controller

This commit is contained in:
Marc Riera 2022-09-18 00:06:49 +02:00 committed by Ivan
parent acc2fea7e3
commit c5572acd38
1 changed files with 3 additions and 0 deletions

View File

@ -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);