mirror of
https://github.com/ARMSX2/ARMSX3.git
synced 2026-08-24 16:58:52 -07:00
Input/DS4: use hid_write instead of hid_write_control
Apparently this was only needed for Windows 7
This commit is contained in:
Vendored
+1
-1
Submodule 3rdparty/hidapi/hidapi updated: 8b43a97a93...6bfdcf7368
@@ -678,7 +678,7 @@ int ds4_pad_handler::send_output_report(DS4Device* device)
|
||||
|
||||
write_to_ptr(output.crc32, crcCalc);
|
||||
|
||||
return hid_write_control(device->hidDevice, &output.report_id, sizeof(ds4_output_report_bt));
|
||||
return hid_write(device->hidDevice, &output.report_id, sizeof(ds4_output_report_bt));
|
||||
}
|
||||
|
||||
ds4_output_report_usb output{};
|
||||
|
||||
Reference in New Issue
Block a user