mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
SIMULATOR help text fix yellow
Change-Id: If425ead1c53f8021f6047abc6c440c1343c68e79
This commit is contained in:
parent
fcbfa494f5
commit
2a825b866a
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ int remote_type(void)
|
|||
static int btn = 0; /* Hopefully keeps track of currently pressed keys... */
|
||||
|
||||
#ifdef SIMULATOR
|
||||
#include "strlcat.h"
|
||||
static bool cursor_isfocus = false;
|
||||
SDL_Cursor *sdl_focus_cursor = NULL;
|
||||
SDL_Cursor *sdl_arrow_cursor = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue