forked from len0rd/rockbox
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
This commit is contained in:
parent
cf009b4cbb
commit
30a23fdd6d
6 changed files with 662 additions and 5 deletions
|
@ -2,6 +2,9 @@
|
|||
#if !defined(SIMULATOR) && (CONFIG_BATTERY_MEASURE != 0)
|
||||
battery_bench.c
|
||||
#endif
|
||||
#ifdef HAVE_TAGCACHE
|
||||
db_folder_select.c
|
||||
#endif
|
||||
chessclock.c
|
||||
credits.c
|
||||
cube.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue