mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
USB: Top Shot Fearmaster device emulation
This commit is contained in:
parent
088b594fa8
commit
33d2b27b91
15 changed files with 593 additions and 5 deletions
|
|
@ -216,6 +216,17 @@ namespace input
|
|||
.capabilites = 0x0
|
||||
}
|
||||
},
|
||||
{
|
||||
product_type::top_shot_fearmaster,
|
||||
{
|
||||
.type = product_type::top_shot_fearmaster,
|
||||
.class_id = CELL_PAD_FAKE_TYPE_TOP_SHOT_FEARMASTER,
|
||||
.vendor_id = vendor_id::sony_cea,
|
||||
.product_id = product_id::top_shot_fearmaster,
|
||||
.pclass_profile = 0x0,
|
||||
.capabilites = 0x0
|
||||
}
|
||||
},
|
||||
{
|
||||
product_type::udraw_gametablet,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue