PCE: fix pan reset on change order

This commit is contained in:
tildearrow 2021-12-21 01:32:26 -05:00
parent 997c460fc1
commit 8d8f26d4f7
1 changed files with 1 additions and 0 deletions

View File

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