WonderSwan: fix forceIns() messing with noise

This commit is contained in:
tildearrow 2022-05-13 21:44:34 -05:00
parent 77481f23cb
commit 14e0189993
1 changed files with 1 additions and 0 deletions

View File

@ -448,6 +448,7 @@ void DivPlatformSwan::muteChannel(int ch, bool mute) {
}
void DivPlatformSwan::forceIns() {
noise=0;
for (int i=0; i<4; i++) {
chan[i].insChanged=true;
chan[i].freqChanged=true;