mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Update hidapi to 0.15.0
This commit is contained in:
parent
b54c2124cf
commit
b8a5986504
2 changed files with 2 additions and 2 deletions
2
3rdparty/hidapi/hidapi
vendored
2
3rdparty/hidapi/hidapi
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 6bfdcf7368169efe1b745cd4468d45cda05ef8de
|
Subproject commit f42423643ec9011c98cccc0bb790722bbbd3f30b
|
|
@ -646,7 +646,7 @@ int ds4_pad_handler::send_output_report(DS4Device* device)
|
||||||
|
|
||||||
const auto config = device->config;
|
const auto config = device->config;
|
||||||
if (config == nullptr)
|
if (config == nullptr)
|
||||||
return -2; // hid_write and hid_write_control return -1 on error
|
return -2; // hid_write returns -1 on error
|
||||||
|
|
||||||
// write rumble state
|
// write rumble state
|
||||||
ds4_output_report_common common{};
|
ds4_output_report_common common{};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue