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.

SA9200 boot: Add OF.ebn to the list of OF filenames to check.

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

+1 -1
+1 -1
bootloader/main-pp.c
··· 608 608 } 609 609 #endif 610 610 611 - #if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) 611 + #if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) || defined(PHILIPS_SA9200) 612 612 printf("Trying /System/OF.ebn"); 613 613 rc=load_mi4(loadbuffer, "/System/OF.ebn", MAX_LOADSIZE); 614 614 if (rc < EOK) {