T6W28: fix muting

This commit is contained in:
tildearrow 2025-05-01 02:20:37 -05:00
parent ec67106841
commit a65f45b92e

View file

@ -293,6 +293,7 @@ int DivPlatformT6W28::dispatch(DivCommand c) {
void DivPlatformT6W28::muteChannel(int ch, bool mute) { void DivPlatformT6W28::muteChannel(int ch, bool mute) {
isMuted[ch]=mute; isMuted[ch]=mute;
writeOutVol(ch);
} }
void DivPlatformT6W28::forceIns() { void DivPlatformT6W28::forceIns() {