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.

Red build fix


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

+2
+2
apps/main_menu.c
··· 252 252 return rockbox_browse(PLUGIN_DIR, SHOW_PLUGINS); 253 253 } 254 254 255 + #ifdef HAVE_MAS3587F 255 256 static bool recording_settings(void) 256 257 { 257 258 return recording_menu(false); 258 259 } 260 + #endif 259 261 260 262 bool main_menu(void) 261 263 {