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:
7e5b769
)
ui, turn cursor off in SDL (was on by default on GKD)
author
kub
<derkub@gmail.com>
Sat, 12 Dec 2020 16:31:07 +0000
(17:31 +0100)
committer
kub
<derkub@gmail.com>
Sat, 12 Dec 2020 16:31:07 +0000
(17:31 +0100)
platform/common/plat_sdl.c
patch
|
blob
|
blame
|
history
diff --git
a/platform/common/plat_sdl.c
b/platform/common/plat_sdl.c
index
7a12fa9
..
b98b16e
100644
(file)
--- a/
platform/common/plat_sdl.c
+++ b/
platform/common/plat_sdl.c
@@
-299,6
+299,7
@@
void plat_init(void)
ret = plat_sdl_init();
if (ret != 0)
exit(1);
+ SDL_ShowCursor(0);
#if defined(__RG350__) || defined(__GCW0__)
// opendingux on JZ47x0 may falsely report a HW overlay, fix to window
plat_target.vout_method = 0;