T6W28: fix muting
This commit is contained in:
parent
ec67106841
commit
a65f45b92e
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue