mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
d55dceff37
commit
3fcdadce24
6 changed files with 359 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue