mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
ui, turn cursor off in SDL (was on by default on GKD)
This commit is contained in:
parent
7e5b769d8f
commit
bb70cc6e66
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue