forked from len0rd/rockbox
ID3DB: Reload database when returning from USB mode. Fixed reload_root issue in id3db browse mode. The database is now properly closed before entering USB mode.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6358 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e4e3bce3b0
commit
04ed408de9
3 changed files with 23 additions and 3 deletions
|
|
@ -26,6 +26,7 @@ enum table { invalid, root, allsongs, allalbums, allartists,
|
|||
search, searchartists, searchalbums, searchsongs };
|
||||
|
||||
int db_init(void);
|
||||
void db_shutdown(void);
|
||||
int db_enter(struct tree_context* c);
|
||||
void db_exit(struct tree_context* c);
|
||||
int db_load(struct tree_context* c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue