even more improvements to low-latency mode
This commit is contained in:
parent
45460df96d
commit
fd3d57b1cb
75 changed files with 98 additions and 88 deletions
|
|
@ -1638,7 +1638,7 @@ bool DivEngine::nextTick(bool noAccum) {
|
|||
firstTick=false;
|
||||
|
||||
// system tick
|
||||
for (int i=0; i<song.systemLen; i++) disCont[i].dispatch->tick();
|
||||
for (int i=0; i<song.systemLen; i++) disCont[i].dispatch->tick(subticks==tickMult);
|
||||
|
||||
if (!freelance) {
|
||||
if (stepPlay!=1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue