From 07a08efcfc6712259431a5af55c3efce1cc28d65 Mon Sep 17 00:00:00 2001 From: kub Date: Sat, 10 Oct 2020 09:57:45 +0200 Subject: [PATCH] sdl ui, fix status line artifacts if starting with rom on cmdline --- platform/linux/emu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/linux/emu.c b/platform/linux/emu.c index ae1d025a..798d2e76 100644 --- a/platform/linux/emu.c +++ b/platform/linux/emu.c @@ -118,6 +118,7 @@ static void apply_renderer(void) PicoDrawSetOutBuf(g_screen_ptr, g_screen_ppitch * 2); Pico.m.dirtyPal = 1; + clr_cnt = 4; } void plat_video_toggle_renderer(int change, int is_menu) -- 2.39.2