diff --git a/src/gba/gba-audio.c b/src/gba/gba-audio.c index 9c59dc699..0121d2159 100644 --- a/src/gba/gba-audio.c +++ b/src/gba/gba-audio.c @@ -116,7 +116,7 @@ void GBAAudioResizeBuffer(struct GBAAudio* audio, size_t samples) { } } - GBASyncUnlockAudio(audio->p->sync); + GBASyncConsumeAudio(audio->p->sync); } int32_t GBAAudioProcessEvents(struct GBAAudio* audio, int32_t cycles) {