From b0b78171a6f14a17562fb30b7e7e7a778ac29249 Mon Sep 17 00:00:00 2001 From: Timur Gagiev Date: Mon, 18 May 2020 07:39:47 +0300 Subject: [PATCH] fix switch build for updated libnx --- src/platform/nx/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/nx/main.cpp b/src/platform/nx/main.cpp index 8ddf62f..e70226d 100644 --- a/src/platform/nx/main.cpp +++ b/src/platform/nx/main.cpp @@ -46,7 +46,7 @@ void sndFill(void *args) { while (!Core::isQuit) { AudioOutBuffer *chunk; - audoutWaitPlayFinish(&chunk, NULL, U64_MAX); + audoutWaitPlayFinish(&chunk, NULL, UINT64_MAX); Sound::fill(frames, SND_FRAMES_FILL);