mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
dualsense: add lightbar support
This commit is contained in:
parent
7795f5207f
commit
1af6550db7
3 changed files with 42 additions and 13 deletions
|
@ -90,6 +90,8 @@ class dualsense_pad_handler final : public PadHandlerBase
|
|||
bool newVibrateData{true};
|
||||
u8 largeVibrate{0};
|
||||
u8 smallVibrate{0};
|
||||
bool init_lightbar{true};
|
||||
bool update_lightbar{true};
|
||||
};
|
||||
|
||||
const u16 DUALSENSE_VID = 0x054C;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue