fix stuck note e.g. in Hyrule field

This commit is contained in:
Lurs
2026-03-27 12:23:41 +01:00
parent 2240c04cec
commit 258d42b49e
2 changed files with 12 additions and 1 deletions
+5
View File
@@ -125,6 +125,11 @@ void dusk::audio::DspRender(OutputSubframe& subframe) {
continue;
}
if (channel.mForcedStop) {
channel.mIsFinished = true;
continue;
}
if (channel.mBytesPerBlock == 0) {
// I think these are oscillator channels? Not backed by audio.
channel.mIsFinished = true;