PCE: aaand fix another bug

This commit is contained in:
tildearrow 2021-12-21 17:21:27 -05:00
parent c6ae198283
commit 7b360b55a7
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ void DivPlatformPCE::muteChannel(int ch, bool mute) {
void DivPlatformPCE::forceIns() {
for (int i=0; i<6; i++) {
chan[i].insChanged=true;
chan[i].freqChanged=true;
updateWave(i);
chWrite(i,0x05,isMuted[i]?0:chan[i].pan);
}