mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
Minor forceIns fix
This commit is contained in:
parent
1adc0b25cd
commit
b800118e8d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue