mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
WonderSwan: fix forceIns() messing with noise
This commit is contained in:
parent
77481f23cb
commit
14e0189993
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ void DivPlatformSwan::muteChannel(int ch, bool mute) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformSwan::forceIns() {
|
void DivPlatformSwan::forceIns() {
|
||||||
|
noise=0;
|
||||||
for (int i=0; i<4; i++) {
|
for (int i=0; i<4; i++) {
|
||||||
chan[i].insChanged=true;
|
chan[i].insChanged=true;
|
||||||
chan[i].freqChanged=true;
|
chan[i].freqChanged=true;
|
||||||
|
|
Loading…
Reference in a new issue