mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Add Top Shot Elite controllers to whitelist
This commit is contained in:
parent
7764cb2b80
commit
02d22dca95
1 changed files with 5 additions and 0 deletions
|
@ -227,6 +227,11 @@ usb_handler_thread::usb_handler_thread()
|
|||
check_device(0x12BA, 0x2430, 0x243F, "Harmonix Button Guitar");
|
||||
check_device(0x12BA, 0x2530, 0x253F, "Harmonix Real Guitar");
|
||||
|
||||
// Top Shot Elite controllers
|
||||
check_device(0x12BA, 0x04A0, 0x04A0, "RO Gun Controller");
|
||||
check_device(0x12BA, 0x04A1, 0x04A1, "RO Gun Controller 2012");
|
||||
check_device(0x12BA, 0x04B0, 0x04B0, "RO Fishing Rod");
|
||||
|
||||
// GT5 Wheels&co
|
||||
check_device(0x046D, 0xC283, 0xC29B, "lgFF_c283_c29b");
|
||||
check_device(0x044F, 0xB653, 0xB653, "Thrustmaster RGT FFB Pro");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue