mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Add Lego Dimensions Portal to usb passthroughs
This commit is contained in:
parent
ae140a1ac9
commit
f33373ca1b
1 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,9 @@ usb_handler_thread::usb_handler_thread()
|
||||||
{
|
{
|
||||||
found_skylander = true;
|
found_skylander = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check_device(0x0E6F, 0x0241, 0x0241, "Lego Dimensions Portal");
|
||||||
|
|
||||||
check_device(0x1415, 0x0000, 0x0000, "Singstar Microphone");
|
check_device(0x1415, 0x0000, 0x0000, "Singstar Microphone");
|
||||||
check_device(0x12BA, 0x0100, 0x0100, "Guitar Hero Guitar");
|
check_device(0x12BA, 0x0100, 0x0100, "Guitar Hero Guitar");
|
||||||
check_device(0x12BA, 0x0120, 0x0120, "Guitar Hero Drums");
|
check_device(0x12BA, 0x0120, 0x0120, "Guitar Hero Drums");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue