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.

Get checkwps going again, don't mess with sdl in it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26066 a1c6a512-1295-4272-9138-f99709370657

+1 -1
+1 -1
firmware/export/system.h
··· 234 234 235 235 #if !defined(SIMULATOR) && !defined(__PCTOOL__) 236 236 #include "system-target.h" 237 - #else /* SIMULATOR */ 237 + #elif defined(HAVE_SDL) /* SIMULATOR */ 238 238 #include "system-sdl.h" 239 239 static inline uint16_t swap16(uint16_t value) 240 240 /*