mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +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,
|
||||
{
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ namespace input
|
|||
ride_skateboard,
|
||||
guncon_3,
|
||||
top_shot_elite,
|
||||
top_shot_fearmaster,
|
||||
udraw_gametablet,
|
||||
};
|
||||
|
||||
|
|
@ -46,6 +47,7 @@ namespace input
|
|||
dance_dance_revolution_mat = 0x1010, // Dance Dance Revolution Dance Mat Controller
|
||||
ride_skateboard = 0x0400, // Tony Hawk RIDE Skateboard Controller
|
||||
top_shot_elite = 0x04A0, // Top Shot Elite Controller
|
||||
top_shot_fearmaster = 0x04A1, // Top Shot Fearmaster Controller
|
||||
guncon_3 = 0x0800, // GunCon 3 Controller
|
||||
udraw_gametablet = 0xCB17, // uDraw GameTablet Controller
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue