From 6ed9b06b22301218589cc4cc6a981412235dbb61 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sat, 30 Oct 2021 16:02:40 +0100 Subject: [PATCH] Ensure that the buffer size isn't actually the first instruction in add --- agb/src/sound/mixer/mixer.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb/src/sound/mixer/mixer.s b/agb/src/sound/mixer/mixer.s index 4ea2f3f4..a719100b 100644 --- a/agb/src/sound/mixer/mixer.s +++ b/agb/src/sound/mixer/mixer.s @@ -2,7 +2,7 @@ .global agb_rs__buffer_size .balign 4 agb_rs__buffer_size: - .word + .word 0 agb_arm_func agb_rs__mixer_add @ Arguments