Improve pad support (#8800)

* Add support for another DS3 HID Report ID for Win7
* Add support for reading accel/gyro pad data over SCP
This commit is contained in:
SEt 2020-09-16 23:36:06 +03:00 committed by GitHub
parent 4c70864588
commit 9a6aac1662
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 3 deletions

View file

@ -77,6 +77,9 @@ class ds3_pad_handler final : public PadHandlerBase
u8 large_motor = 0;
u8 small_motor = 0;
u8 status = DS3Status::Disconnected;
#ifdef _WIN32
u8 report_id = 0;
#endif
};
const u16 DS3_VID = 0x054C;