From: Toni Wilen Date: Wed, 4 Jun 2025 17:17:02 +0000 (+0300) Subject: flush denise drawing thread queue before rendering next lagless vsync slice X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=03a1afe5f8dbdb7642dc028489be9ec3b813442c;p=francis%2Fwinuae.git flush denise drawing thread queue before rendering next lagless vsync slice --- diff --git a/custom.cpp b/custom.cpp index 41653531..63f86dea 100644 --- a/custom.cpp +++ b/custom.cpp @@ -5450,7 +5450,7 @@ static void lightpen_trigger_func(uae_u32 v) static bool do_render_slice(int mode, int slicecnt, int lastline) { - //draw_lines(lastline, slicecnt); + draw_denise_line_queue_flush(); crender_screen(0, mode, true); return true; }