mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
PCE: fix pan reset on change order
This commit is contained in:
parent
997c460fc1
commit
8d8f26d4f7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue