forked from len0rd/rockbox
Patch #1272052 by Henrik Backe - Move credits to a plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7450 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
58e9412bff
commit
60895bc107
15 changed files with 140 additions and 155 deletions
|
|
@ -98,6 +98,7 @@ static const struct plugin_api rockbox_api = {
|
|||
lcd_put_cursor,
|
||||
lcd_remove_cursor,
|
||||
PREFIX(lcd_icon),
|
||||
lcd_double_height,
|
||||
#else
|
||||
#ifndef SIMULATOR
|
||||
lcd_roll,
|
||||
|
|
@ -336,10 +337,10 @@ static const struct plugin_api rockbox_api = {
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
read_bmp_file,
|
||||
#endif
|
||||
show_logo,
|
||||
|
||||
/* new stuff at the end, sort into place next time
|
||||
the API gets incompatible */
|
||||
|
||||
};
|
||||
|
||||
int plugin_load(const char* plugin, void* parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue