Skip to content

Commit

Permalink
Allofich's well intended backport of increaseticks() refactoring brok…
Browse files Browse the repository at this point in the history
…e the debugger interface (made it impossible to use). Restore debugger use by returning immediately after increasing ticks. Hopefully that will not break auto/max cycles
  • Loading branch information
joncampbell123 committed Sep 26, 2019
1 parent f92199f commit eaf9aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dosbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ static Bitu Normal_Loop(void) {
ticksRemain--;
} else {
increaseticks();
return 0;
}
}
}
Expand Down

0 comments on commit eaf9aca

Please sign in to comment.