From e85322e38ccf382d675ae6311fa12c0b7a184da1 Mon Sep 17 00:00:00 2001 From: Denis Date: Tue, 2 Jan 2024 21:47:35 +0100 Subject: [PATCH] debug --- virt_ds5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt_ds5.c b/virt_ds5.c index 4625258..aae82cf 100644 --- a/virt_ds5.c +++ b/virt_ds5.c @@ -1329,7 +1329,7 @@ void virt_dualsense_compose(virt_dualsense_t *const gamepad, gamepad_status_t *c out_shifted_buf[36] = 0 /*((in_device_status->touchpad_y & (int16_t)0x0FF0) >> (int16_t)4)*/; //y_hi if (in_device_status->touchpad_touch_num != -1) { - printf("%d -> %d\n", (int)in_device_status->touchpad_x, (int)out_shifted_buf[35]); + printf("%4x -> %2x\n", (int)in_device_status->touchpad_x, (int)out_shifted_buf[35]); } // point of contact number 1