debug output

This commit is contained in:
Denis 2023-11-17 23:45:58 +01:00
parent 9a557eb025
commit 6c5d29352e
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03

View file

@ -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);
}
}