diff --git a/Assets/dll/melonDS.wbx.zst b/Assets/dll/melonDS.wbx.zst index a32d641355..aaeade1025 100644 Binary files a/Assets/dll/melonDS.wbx.zst and b/Assets/dll/melonDS.wbx.zst differ diff --git a/waterbox/melon/BizInterface.cpp b/waterbox/melon/BizInterface.cpp index dff002c75d..66ce7320bb 100644 --- a/waterbox/melon/BizInterface.cpp +++ b/waterbox/melon/BizInterface.cpp @@ -141,7 +141,7 @@ ECL_EXPORT void FrameAdvance(MyFrameInfo* f) } f->Samples = f->NDS->SPU.ReadOutput(f->SoundBuffer, 4096); - if (f->Samples == 0) // hack when core decides to stop outputting audio altogether (lid closed or power off) + if (f->Samples == 0) // hack when core decides to stop outputting audio altogether (power off) { memset(f->SoundBuffer, 0, 737 * 2 * sizeof(u16)); f->Samples = 737; diff --git a/waterbox/melon/melonDS b/waterbox/melon/melonDS index ac356b9254..723bd95994 160000 --- a/waterbox/melon/melonDS +++ b/waterbox/melon/melonDS @@ -1 +1 @@ -Subproject commit ac356b9254ac3ce1819a14b94cbf852c9d77f04f +Subproject commit 723bd9599432943861cc4d8865f013043776382a