dualsense: add lightbar support

This commit is contained in:
Megamouse 2021-02-09 00:31:07 +01:00
parent 7795f5207f
commit 1af6550db7
3 changed files with 42 additions and 13 deletions

View file

@ -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;