1
0
Fork 0
forked from len0rd/rockbox

FS#11822: use rockbox_browse() in plugins to select file.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29069 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Teruaki Kawashima 2011-01-17 12:40:21 +00:00
parent 05f6f3419a
commit 1c14d29370
4 changed files with 40 additions and 161 deletions

View file

@ -773,6 +773,8 @@ static const struct plugin_api rockbox_api = {
/* new stuff at the end, sort into place next time
the API gets incompatible */
filetype_get_attr,
browse_context_init,
rockbox_browse,
};
int plugin_load(const char* plugin, const void* parameter)