mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Fix cellPadSetPortSetting (#3980)
* Don't skip setting port settings when no controller is connected * DS4: fix error message
This commit is contained in:
parent
8a3759f479
commit
fc2ef5529d
2 changed files with 4 additions and 3 deletions
|
|
@ -723,7 +723,7 @@ bool ds4_pad_handler::Init()
|
|||
if (dev)
|
||||
CheckAddDevice(dev, devInfo);
|
||||
else
|
||||
LOG_ERROR(HLE, "[DS4] hid_open_path failed! Reason: %S", hid_error(dev));
|
||||
LOG_ERROR(HLE, "[DS4] hid_open_path failed! Reason: %s", hid_error(dev));
|
||||
devInfo = devInfo->next;
|
||||
}
|
||||
hid_free_enumeration(head);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue