forked from len0rd/rockbox
update to the api to allow fetching of currently playing id3 struct. Adding the favorites plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3854 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cb2caf7e0d
commit
c7d42bbbd7
3 changed files with 57 additions and 2 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#include "plugin.h"
|
||||
#include "lang.h"
|
||||
#include "keyboard.h"
|
||||
#include "mpeg.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "widgets.h"
|
||||
|
|
@ -134,6 +135,7 @@ static struct plugin_api rockbox_api = {
|
|||
splash,
|
||||
qsort,
|
||||
kbd_input,
|
||||
mpeg_current_track,
|
||||
};
|
||||
|
||||
int plugin_load(char* plugin, void* parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue