dev113 - loop detection changes
This commit is contained in:
parent
ac0decd01b
commit
187653a70f
9 changed files with 87 additions and 16 deletions
|
|
@ -1658,6 +1658,7 @@ void DivEngine::playSub(bool preserveDrift, int goalRow) {
|
|||
speedAB=false;
|
||||
playing=true;
|
||||
skipping=true;
|
||||
memset(walked,0,8192);
|
||||
for (int i=0; i<song.systemLen; i++) disCont[i].dispatch->setSkipRegisterWrites(true);
|
||||
while (playing && curOrder<goal) {
|
||||
if (nextTick(preserveDrift)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue