mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 10:32:40 +00:00
Virtual Boy: fix the fix
This commit is contained in:
parent
bd3f6765f4
commit
8aabaf0e01
1 changed files with 3 additions and 1 deletions
|
@ -419,7 +419,9 @@ void DivPlatformVB::forceIns() {
|
|||
}
|
||||
chWrite(i,0x01,isMuted[i]?0:chan[i].pan);
|
||||
}
|
||||
writeEnv(5,true);
|
||||
if (chan[5].active) {
|
||||
writeEnv(5,true);
|
||||
}
|
||||
}
|
||||
|
||||
void* DivPlatformVB::getChanState(int ch) {
|
||||
|
|
Loading…
Reference in a new issue