mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-01 02:40:43 +02:00
fix switch build for updated libnx
This commit is contained in:
@@ -46,7 +46,7 @@ void sndFill(void *args) {
|
|||||||
|
|
||||||
while (!Core::isQuit) {
|
while (!Core::isQuit) {
|
||||||
AudioOutBuffer *chunk;
|
AudioOutBuffer *chunk;
|
||||||
audoutWaitPlayFinish(&chunk, NULL, U64_MAX);
|
audoutWaitPlayFinish(&chunk, NULL, UINT64_MAX);
|
||||||
|
|
||||||
Sound::fill(frames, SND_FRAMES_FILL);
|
Sound::fill(frames, SND_FRAMES_FILL);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user