Fix forceIns

This commit is contained in:
cam900 2022-12-16 19:27:40 +09:00
parent f627c4728f
commit d8ed76c550
1 changed files with 2 additions and 1 deletions

View File

@ -319,8 +319,9 @@ void DivPlatformGA20::forceIns() {
while (!writes.empty()) writes.pop();
for (int i=0; i<4; i++) {
chan[i].insChanged=true;
chan[i].volumeChanged=true;
chan[i].freqChanged=true;
chan[i].sample=-1;
chan[i].prevFreq=-1;
}
}