mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
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:
parent
4c70864588
commit
9a6aac1662
4 changed files with 44 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue