Update hidapi to 0.15.0

This commit is contained in:
Megamouse 2025-05-23 03:22:02 +02:00
parent b54c2124cf
commit b8a5986504
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 6bfdcf7368169efe1b745cd4468d45cda05ef8de Subproject commit f42423643ec9011c98cccc0bb790722bbbd3f30b

View file

@ -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{};