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.

Disable this plugin on v2 recorders for now


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

+3
+3
apps/plugins/firmware_flash.c
··· 21 21 ****************************************************************************/ 22 22 #include "plugin.h" 23 23 24 + #ifndef ARCHOS_RECORDERV2 25 + 24 26 #ifndef SIMULATOR 25 27 26 28 /* define DUMMY if you only want to "play" with the UI, does no harm */ ··· 923 925 924 926 #endif /* #ifndef SIMULATOR */ 925 927 928 + #endif /* model */