notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34e55f2
)
fix loading screen if loading rom from command line
author
kub
<derkub@gmail.com>
Sat, 10 Oct 2020 18:57:22 +0000
(20:57 +0200)
committer
kub
<derkub@gmail.com>
Sat, 10 Oct 2020 18:57:22 +0000
(20:57 +0200)
plat_sdl.c
patch
|
blob
|
blame
|
history
diff --git
a/plat_sdl.c
b/plat_sdl.c
index
2d38fcc
..
ab606bb
100644
(file)
--- a/
plat_sdl.c
+++ b/
plat_sdl.c
@@
-295,6
+295,7
@@
int plat_sdl_init(void)
}
plat_target.vout_methods = vout_list;
+ plat_sdl_change_video_mode(g_menuscreen_w, g_menuscreen_h, 1);
return 0;
fail: