mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
input: Add dualsense edge PID
This commit is contained in:
parent
635fed0427
commit
2409a0d04e
2 changed files with 11 additions and 10 deletions
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
LOG_CHANNEL(ds4_log, "DS4");
|
||||
|
||||
constexpr id_pair SONY_DS4_ID_0 = {0x054C, 0xBA0};
|
||||
constexpr id_pair SONY_DS4_ID_1 = {0x054C, 0x5C4};
|
||||
constexpr id_pair SONY_DS4_ID_2 = {0x054C, 0x09CC};
|
||||
constexpr id_pair SONY_DS4_ID_0 = {0x054C, 0x0BA0}; // Dongle
|
||||
constexpr id_pair SONY_DS4_ID_1 = {0x054C, 0x05C4}; // CUH-ZCT1x
|
||||
constexpr id_pair SONY_DS4_ID_2 = {0x054C, 0x09CC}; // CUH-ZCT2x
|
||||
|
||||
constexpr id_pair ZEROPLUS_ID_0 = {0x0C12, 0x0E20};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue