summaryrefslogtreecommitdiff
path: root/apps/plugins/CATEGORIES
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-04-16 12:13:19 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-04-16 14:36:39 +0100
commit3fcdadce240d2227c1864f2a42a6ae0db1bb372c (patch)
tree61e9b1141f684b7e0ff61f05243ec82ef549e83f /apps/plugins/CATEGORIES
parentd55dceff371c4080d179fb26e6f175927cc48768 (diff)
downloadrockbox-3fcdadce240d2227c1864f2a42a6ae0db1bb372c.tar.gz
rockbox-3fcdadce240d2227c1864f2a42a6ae0db1bb372c.zip
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
Diffstat (limited to 'apps/plugins/CATEGORIES')
-rw-r--r--apps/plugins/CATEGORIES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/CATEGORIES b/apps/plugins/CATEGORIES
index 3444dde9fa..332dd1bde4 100644
--- a/apps/plugins/CATEGORIES
+++ b/apps/plugins/CATEGORIES
@@ -69,6 +69,7 @@ minesweeper,games
69mosaique,demos 69mosaique,demos
70mp3_encoder,apps 70mp3_encoder,apps
71mpegplayer,viewers 71mpegplayer,viewers
72multiboot_select,apps
72nim,games 73nim,games
73open_plugins,viewers 74open_plugins,viewers
74oscilloscope,demos 75oscilloscope,demos