Update hidapi to 0.15.0
This commit is contained in:
Vendored
+1
-1
Submodule 3rdparty/hidapi/hidapi updated: 6bfdcf7368...f42423643e
@@ -646,7 +646,7 @@ int ds4_pad_handler::send_output_report(DS4Device* device)
|
||||
|
||||
const auto config = device->config;
|
||||
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
|
||||
ds4_output_report_common common{};
|
||||
|
||||
Reference in New Issue
Block a user