mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-06 15:15:00 -06:00
Add Lego Dimensions Portal to usb passthroughs
This commit is contained in:
parent
ae140a1ac9
commit
f33373ca1b
@ -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…
Reference in New Issue
Block a user