mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
hid_init: use hid_error in log message
This commit is contained in:
parent
0c233c6578
commit
fa5a16e9fc
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public:
|
|||
|
||||
if (int errorCode = hid_init(); errorCode != 0)
|
||||
{
|
||||
hid_log.fatal("hid_init error %d", errorCode);
|
||||
hid_log.fatal("hid_init error %d: %s", errorCode, hid_error(nullptr));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue