Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 4874c3b

Browse files
committed
Updated SDK
1 parent 0de1ea1 commit 4874c3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ int main()
3636

3737
while (TRUE)
3838
{
39-
error = vigem_target_ds4_await_output_report(client, ds4, 250, &out);
39+
error = vigem_target_ds4_await_output_report(client, ds4, INFINITE, &out);
4040

4141
if (VIGEM_SUCCESS(error))
4242
{

sdk

Submodule sdk updated from 3238139 to 3444d7b

0 commit comments

Comments
 (0)