dualsense: add output report structs based on linux driver

This commit is contained in:
Megamouse 2021-02-08 23:58:24 +01:00
parent a9418fa1e7
commit a9b8a50c31
2 changed files with 68 additions and 20 deletions

View file

@ -82,6 +82,7 @@ class dualsense_pad_handler final : public PadHandlerBase
hid_device* hidDevice{ nullptr };
std::string path{ "" };
bool btCon{ false };
u8 bt_sequence{ 0 };
bool has_calib_data{false};
std::array<DualSenseCalibData, DualSenseCalibIndex::COUNT> calib_data{};
DualSenseDataMode dataMode{ DualSenseDataMode::Simple };