mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 06:25:16 +00:00
NDS: possibly fix muting
This commit is contained in:
parent
a8c4cd9a83
commit
5618a02b95
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue