summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2021-11-11 00:05:29 -0500
committerWilliam Wilgus <wilgus.william@gmail.com>2021-11-11 00:28:59 -0500
commit30a23fdd6de8fb46e7b1349126a9ae6921cf7555 (patch)
tree78c1103d3a6f0285cc9555a521fe45d20831379c /apps/plugin.c
parentcf009b4cbb1eec083ab17ce370df090979eaf68e (diff)
downloadrockbox-30a23fdd6de8fb46e7b1349126a9ae6921cf7555.tar.gz
rockbox-30a23fdd6de8fb46e7b1349126a9ae6921cf7555.zip
folder_select.c move to plugin as db_folder_select
handles the folder selection for autoresume paths and database paths folder_select uses the pluginbuf to build the directory tree hopefully having it as a plugin will make it stop corrupting TSR plugins like battery_bench and announce_status I left the original include and source in the gui directory for now there are currently no other users.. Change-Id: If40ccb5a2bec4286a0616c10dfa7e1479a592808
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index c9c3d047d2..a19b3ee226 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -346,6 +346,7 @@ static const struct plugin_api rockbox_api = {
346 gui_syncyesno_run, 346 gui_syncyesno_run,
347 simplelist_info_init, 347 simplelist_info_init,
348 simplelist_show_list, 348 simplelist_show_list,
349 yesno_pop,
349 350
350 /* action handling */ 351 /* action handling */
351 get_custom_action, 352 get_custom_action,