mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
input: remove some outdated comments
This commit is contained in:
parent
f89d3d5077
commit
8e62a0e22d
2 changed files with 1 additions and 3 deletions
|
|
@ -927,7 +927,7 @@ int dualsense_pad_handler::send_output_report(DualSenseDevice* device)
|
|||
|
||||
const cfg_pad* 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
|
||||
|
||||
output_report_common common{};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue