mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Qt: fix pressure intensity deadzone enabled state
This commit is contained in:
parent
565a208f20
commit
7144e92ce2
5 changed files with 11 additions and 12 deletions
|
|
@ -956,14 +956,12 @@ int dualsense_pad_handler::send_output_report(DualSenseDevice* device)
|
|||
|
||||
return hid_write(device->hidDevice, &report.report_id, DUALSENSE_BLUETOOTH_REPORT_SIZE);
|
||||
}
|
||||
else
|
||||
{
|
||||
output_report_usb report{};
|
||||
report.report_id = 0x02; // report id for usb
|
||||
report.common = common;
|
||||
|
||||
return hid_write(device->hidDevice, &report.report_id, DUALSENSE_USB_REPORT_SIZE);
|
||||
}
|
||||
output_report_usb report{};
|
||||
report.report_id = 0x02; // report id for usb
|
||||
report.common = common;
|
||||
|
||||
return hid_write(device->hidDevice, &report.report_id, DUALSENSE_USB_REPORT_SIZE);
|
||||
}
|
||||
|
||||
void dualsense_pad_handler::apply_pad_data(const pad_ensemble& binding)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue