mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sdl ui, fix status line artifacts if starting with rom on cmdline
This commit is contained in:
parent
b286d66f7b
commit
07a08efcfc
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue