SIMULATOR help text fix yellow

Change-Id: If425ead1c53f8021f6047abc6c440c1343c68e79
This commit is contained in:
William Wilgus 2024-12-29 21:46:34 -05:00
parent fcbfa494f5
commit 2a825b866a

View file

@ -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;