From 7714004da51e7707ef4bc2b6804be9e65725a282 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:53:48 -0800 Subject: [PATCH] revert to older mic blow samples --- waterbox/melon/BizInterface.cpp | 2 +- waterbox/melon/melonDS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/waterbox/melon/BizInterface.cpp b/waterbox/melon/BizInterface.cpp index 66ce7320bb..5bfc4895ca 100644 --- a/waterbox/melon/BizInterface.cpp +++ b/waterbox/melon/BizInterface.cpp @@ -56,7 +56,7 @@ static void MicFeedNoise(u8 vol) for (int i = 0; i < 735; i++) { - biz_mic_input[i] = round(mic_blow[sampPos++] * (vol / 100.0)); + biz_mic_input[i] = round((s16)mic_blow[sampPos++] * (vol / 100.0)); if (sampPos >= sampLen) sampPos = 0; } } diff --git a/waterbox/melon/melonDS b/waterbox/melon/melonDS index 723bd95994..b1b24ac24a 160000 --- a/waterbox/melon/melonDS +++ b/waterbox/melon/melonDS @@ -1 +1 @@ -Subproject commit 723bd9599432943861cc4d8865f013043776382a +Subproject commit b1b24ac24aabe4615ef252b414aeeff8ffb1650d