From 389218db04b3d746e904e82f442817d07c374ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Fri, 12 Aug 2022 12:33:28 +0200 Subject: [PATCH] Fixed error in test app --- app/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.cpp b/app/app.cpp index 4f068e4..d5da283 100644 --- a/app/app.cpp +++ b/app/app.cpp @@ -36,7 +36,7 @@ int main() while (TRUE) { - error = vigem_target_ds4_await_output_report(client, ds4, INFINITE, &out); + error = vigem_target_ds4_await_output_report(client, ds4, &out); if (VIGEM_SUCCESS(error)) {