Fix forceIns
This commit is contained in:
parent
f627c4728f
commit
d8ed76c550
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue