mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Merge branch 'master' into cellMusicStuff
This commit is contained in:
commit
1ffd8afd5b
2 changed files with 2 additions and 2 deletions
2
3rdparty/hidapi/hidapi
vendored
2
3rdparty/hidapi/hidapi
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 8b43a97a9330f8b0035439ce9e255e4be202deca
|
||||
Subproject commit 6bfdcf7368169efe1b745cd4468d45cda05ef8de
|
|
@ -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{};
|
||||
|
|
Loading…
Add table
Reference in a new issue