1
0
Fork 0
forked from len0rd/rockbox

plugins: Add multiboot select plugin

This plugin provides a menu for easily editing the root redirect file
on targets that support multiboot. You can select a new root from a
list of Rockbox installations detected on the filesystem or remove all
redirects to boot from the default location.

To avoid searching the whole filesystem, only subdirectories of the
volume roots are checked for valid installations. Only installations
that are compatible with the current player will be displayed.

Change-Id: I7dcbadfd97873b87817870e61d2ae37956d2da00
This commit is contained in:
Aidan MacDonald 2022-04-16 12:13:19 +01:00
parent d55dceff37
commit 3fcdadce24
6 changed files with 359 additions and 2 deletions

View file

@ -158,6 +158,10 @@ wormlet.c
announce_status.c
#endif
#ifdef HAVE_MULTIBOOT
multiboot_select.c
#endif
/* Plugins needing the grayscale lib on low-depth LCDs */
fire.c