Skip to content

Commit

Permalink
Allow USB passthrough for Densha de GO! controller
Browse files Browse the repository at this point in the history
  • Loading branch information
marcriera authored and Nekotekina committed Sep 21, 2022
1 parent acc2fea commit c5572ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpcs3/Emu/Cell/lv2/sys_usbd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c5572ac

Please sign in to comment.