From a44228ef15fb6ab2dafccaca3477f637a077a7fd Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Wed, 19 Jun 2024 22:48:20 +0300 Subject: [PATCH] Pause LDP after repeat command has finished --- arcadia.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arcadia.cpp b/arcadia.cpp index 0bd5c878..99cf3574 100644 --- a/arcadia.cpp +++ b/arcadia.cpp @@ -1213,6 +1213,9 @@ static void alg_vsync(void) write_log(_T("LD: Repeat complete\n")); } ld_repcnt = -1; + ld_mode = LD_MODE_STILL; + ld_direction = 0; + pausevideograb(1); } else { ld_address = ld_startaddress; getsetpositionvideograb(ld_address); -- 2.47.3