add experimental low-latency mode
do not use (yet)!
This commit is contained in:
parent
d47a59f5f0
commit
96715ed88c
38 changed files with 201 additions and 120 deletions
|
|
@ -1068,6 +1068,7 @@ void DivPlatformYM2610::reset() {
|
|||
fm->reset();
|
||||
for (int i=0; i<14; i++) {
|
||||
chan[i]=DivPlatformYM2610::Channel();
|
||||
chan[i].std.setEngine(parent);
|
||||
}
|
||||
for (int i=0; i<4; i++) {
|
||||
chan[i].vol=0x7f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue