more low-latency mode work

playSub() runs at normal tick rate
This commit is contained in:
tildearrow 2022-04-15 22:22:47 -05:00
parent 98b9bd32b9
commit b48a2368be
4 changed files with 51 additions and 52 deletions

View file

@ -853,6 +853,7 @@ void DivEngine::playSub(bool preserveDrift, int goalRow) {
}
if (!preserveDrift) {
ticks=1;
subticks=1;
}
skipping=false;
cmdStream.clear();