From: Toni Wilen Date: Fri, 1 Aug 2025 17:21:31 +0000 (+0300) Subject: vsync packet does not need gfx lock anymore. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=d179e7701eff744f1001aa8e3d8be6b8fe061e35;p=francis%2Fwinuae.git vsync packet does not need gfx lock anymore. --- diff --git a/drawing.cpp b/drawing.cpp index 97b259ba..4dd93c17 100644 --- a/drawing.cpp +++ b/drawing.cpp @@ -176,6 +176,7 @@ static void read_denise_line_queue(void) nolock = true; } else if (q->type == 5) { draw_denise_vsync(q->erase); + nolock = true; } else if (q->type == 6) { denise_update_reg(q->reg, q->val, q->linecnt); nolock = true;