all repos — mgba @ 65be8610f3e67622622e56aa2ea2aa0c39a33cd8

mGBA Game Boy Advance Emulator

Unblock audio processing when reducing buffer size
Jeffrey Pfau jeffrey@endrift.com
Sun, 19 Oct 2014 00:13:34 -0700
commit

65be8610f3e67622622e56aa2ea2aa0c39a33cd8

parent

b24b02d46cfd6fb4cc89d34fa38c442d31367017

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/gba/gba-audio.csrc/gba/gba-audio.c

@@ -116,7 +116,7 @@ CircleBufferWrite32(&audio->right, buffer[i]);

} } - GBASyncUnlockAudio(audio->p->sync); + GBASyncConsumeAudio(audio->p->sync); } int32_t GBAAudioProcessEvents(struct GBAAudio* audio, int32_t cycles) {