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.

Revert r29004 putting the original comment back (sorry to fml for this :)


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

+1 -1
+1 -1
apps/plugins/pitch_detector.c
··· 420 420 settings.sample_size = (settings.sample_size + 3) & ~3; 421 421 } 422 422 423 - /* Displays the menu. Returns true if the user selects 'quit'. */ 423 + /* Displays the menu. Returns true iff the user selects 'quit'. */ 424 424 static bool main_menu(void) 425 425 { 426 426 int selection = 0;