Minor forceIns fix

This commit is contained in:
cam900 2022-12-16 14:19:26 +09:00
parent 1adc0b25cd
commit b800118e8d
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ void DivPlatformK007232::forceIns() {
while (!writes.empty()) writes.pop();
for (int i=0; i<2; i++) {
chan[i].insChanged=true;
chan[i].volumeChanged=true;
chan[i].freqChanged=true;
chan[i].prevFreq=-1;
chan[i].prevBank=-1;