mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Allow USB passthrough for THQ uDraw GameTablet
This commit is contained in:
parent
bef2c50b03
commit
733f31f90e
1 changed files with 3 additions and 0 deletions
|
@ -204,6 +204,9 @@ usb_handler_thread::usb_handler_thread()
|
|||
|
||||
// GCon3 Gun
|
||||
check_device(0x0B9A, 0x0800, 0x0800, "guncon3");
|
||||
|
||||
// uDraw GameTablet
|
||||
check_device(0x20D6, 0xCB17, 0xCB17, "uDraw GameTablet");
|
||||
}
|
||||
|
||||
libusb_free_device_list(list, 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue