Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

SIMULATOR help text fix yellow

Change-Id: If425ead1c53f8021f6047abc6c440c1343c68e79

+1
+1
firmware/target/hosted/sdl/button-sdl.c
··· 70 70 static int btn = 0; /* Hopefully keeps track of currently pressed keys... */ 71 71 72 72 #ifdef SIMULATOR 73 + #include "strlcat.h" 73 74 static bool cursor_isfocus = false; 74 75 SDL_Cursor *sdl_focus_cursor = NULL; 75 76 SDL_Cursor *sdl_arrow_cursor = NULL;