mirror of
https://github.com/XProger/OpenLara.git
synced 2025-01-17 21:09:00 +01:00
fix switch build for updated libnx
This commit is contained in:
parent
6047276738
commit
b0b78171a6
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user