Skip to content

Commit

Permalink
U64_MAX -> UINT64_MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Mar 16, 2020
1 parent ec24d59 commit 7f1a9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx_main/nx_audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static void audio_playback_thread(void* arg)
playing = 1;
}

if (R_SUCCEEDED(audoutWaitPlayFinish(&released_buffer, &released_count, U64_MAX)))
if (R_SUCCEEDED(audoutWaitPlayFinish(&released_buffer, &released_count, UINT64_MAX)))
playing = 0;
}
}
Expand Down

0 comments on commit 7f1a9f4

Please sign in to comment.