Merge branch 'master' into sort_bin

This commit is contained in:
Megamouse 2025-05-23 12:59:16 +02:00 committed by GitHub
commit 69766ff8ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
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{};