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.

fix checkwps

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

+3
+3
tools/checkwps/checkwps.c
··· 245 245 } 246 246 #endif 247 247 248 + /* This is no longer defined in ROCKBOX builds so just use a huge value */ 249 + #define SKIN_BUFFER_SIZE (200*1024) 250 + 248 251 int main(int argc, char **argv) 249 252 { 250 253 int res;