sdl ui, fix status line artifacts if starting with rom on cmdline
authorkub <derkub@gmail.com>
Sat, 10 Oct 2020 07:57:45 +0000 (09:57 +0200)
committerkub <derkub@gmail.com>
Sat, 10 Oct 2020 07:57:45 +0000 (09:57 +0200)
platform/linux/emu.c

index ae1d025..798d2e7 100644 (file)
@@ -118,6 +118,7 @@ static void apply_renderer(void)
                PicoDrawSetOutBuf(g_screen_ptr, g_screen_ppitch * 2);\r
 \r
        Pico.m.dirtyPal = 1;\r
+       clr_cnt = 4;\r
 }\r
 \r
 void plat_video_toggle_renderer(int change, int is_menu)\r