notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b286d66
)
sdl ui, fix status line artifacts if starting with rom on cmdline
author
kub
<derkub@gmail.com>
Sat, 10 Oct 2020 07:57:45 +0000
(09:57 +0200)
committer
kub
<derkub@gmail.com>
Sat, 10 Oct 2020 07:57:45 +0000
(09:57 +0200)
platform/linux/emu.c
patch
|
blob
|
blame
|
history
diff --git
a/platform/linux/emu.c
b/platform/linux/emu.c
index
ae1d025
..
798d2e7
100644
(file)
--- 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);
\r
\r
Pico.m.dirtyPal = 1;
\r
+ clr_cnt = 4;
\r
}
\r
\r
void plat_video_toggle_renderer(int change, int is_menu)
\r