Skip to content

Commit

Permalink
Add Lego Dimensions Portal to usb passthroughs
Browse files Browse the repository at this point in the history
  • Loading branch information
RipleyTom authored and Nekotekina committed Apr 5, 2020
1 parent ae140a1 commit f33373c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpcs3/Emu/Cell/lv2/sys_usbd.cpp
Expand Up @@ -166,6 +166,9 @@ usb_handler_thread::usb_handler_thread()
{
found_skylander = true;
}

check_device(0x0E6F, 0x0241, 0x0241, "Lego Dimensions Portal");

check_device(0x1415, 0x0000, 0x0000, "Singstar Microphone");
check_device(0x12BA, 0x0100, 0x0100, "Guitar Hero Guitar");
check_device(0x12BA, 0x0120, 0x0120, "Guitar Hero Drums");
Expand Down

0 comments on commit f33373c

Please sign in to comment.