Fix forcing instrument

This commit is contained in:
cam900 2022-12-13 03:53:00 +09:00 committed by GitHub
parent 2bb0815938
commit 9fedb87808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ void DivPlatformK007232::muteChannel(int ch, bool mute) {
}
void DivPlatformK007232::forceIns() {
while (!writes.empty()) writes.pop();
for (int i=0; i<2; i++) {
chan[i].insChanged=true;
chan[i].freqChanged=true;