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