From 76f1717b14d8cae4092fb3401f281daebced8c07 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 2 Oct 2022 01:54:31 -0500 Subject: [PATCH] the cursor can't get tired --- src/engine/playback.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/engine/playback.cpp b/src/engine/playback.cpp index fd8f87bc2..00b1e31f8 100644 --- a/src/engine/playback.cpp +++ b/src/engine/playback.cpp @@ -1143,6 +1143,8 @@ bool DivEngine::nextTick(bool noAccum, bool inhibitLowLat) { break; } } + // under no circumstances shall the accumulator become this large + if (tempoAccum>1023) tempoAccum=1023; } // process stuff for (int i=0; i