NDS: possibly fix muting

This commit is contained in:
tildearrow 2024-03-18 01:23:42 -05:00
parent a8c4cd9a83
commit 5618a02b95

View file

@ -449,7 +449,7 @@ void DivPlatformNDS::reset() {
for (int i=0; i<16; i++) {
chan[i]=DivPlatformNDS::Channel();
chan[i].std.setEngine(parent);
rWrite32(0x00+i*16,0x40007f);
rWrite32(0x00+i*16,isMuted[i]?0x400000:0x40007f);
}
}