Skip to content

Commit b8a5986

Browse files
committed
Update hidapi to 0.15.0
1 parent b54c212 commit b8a5986

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rpcs3/Input/ds4_pad_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ int ds4_pad_handler::send_output_report(DS4Device* device)
646646

647647
const auto config = device->config;
648648
if (config == nullptr)
649-
return -2; // hid_write and hid_write_control return -1 on error
649+
return -2; // hid_write returns -1 on error
650650

651651
// write rumble state
652652
ds4_output_report_common common{};

0 commit comments

Comments
 (0)