debug output
This commit is contained in:
parent
9a557eb025
commit
6c5d29352e
1 changed files with 4 additions and 0 deletions
|
|
@ -556,6 +556,10 @@ void *virt_ds4_thread_func(void *ptr) {
|
|||
const int res = send_data(fd, logic, counter);
|
||||
if (res >= 0) {
|
||||
++counter;
|
||||
|
||||
printf("PS4 send HID report: %d", res);
|
||||
} else {
|
||||
fprintf(stderr, "Error sending HID report: %d", res);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue