mirror of https://github.com/mgba-emu/mgba.git
Unblock audio processing when reducing buffer size
This commit is contained in:
parent
b24b02d46c
commit
65be8610f3
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue