mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
DS4: add ZEROPLUS Brook Mars controller
This commit is contained in:
parent
7df7ac57cc
commit
877dd1f98d
5 changed files with 22 additions and 18 deletions
|
|
@ -41,11 +41,10 @@ struct ds3_output_report
|
|||
|
||||
constexpr u8 battery_capacity[] = {0, 1, 25, 50, 75, 100};
|
||||
|
||||
constexpr u16 DS3_VID = 0x054C;
|
||||
constexpr u16 DS3_PID = 0x0268;
|
||||
constexpr id_pair SONY_DS3_ID_0 = {0x054C, 0x0268};
|
||||
|
||||
ds3_pad_handler::ds3_pad_handler()
|
||||
: hid_pad_handler(pad_handler::ds3, DS3_VID, {DS3_PID})
|
||||
: hid_pad_handler(pad_handler::ds3, {SONY_DS3_ID_0})
|
||||
{
|
||||
button_list =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue