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

Commit

Permalink
Updated SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Aug 6, 2022
1 parent 0de1ea1 commit 4874c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main()

while (TRUE)
{
error = vigem_target_ds4_await_output_report(client, ds4, 250, &out);
error = vigem_target_ds4_await_output_report(client, ds4, INFINITE, &out);

if (VIGEM_SUCCESS(error))
{
Expand Down
2 changes: 1 addition & 1 deletion sdk
Submodule sdk updated from 323813 to 3444d7

0 comments on commit 4874c3b

Please sign in to comment.