forked from len0rd/rockbox
Patch #2969 - Doom! Currently only working on the H300.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9312 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fff7d6157d
commit
47f4a458d6
130 changed files with 65584 additions and 1 deletions
|
@ -67,6 +67,8 @@
|
|||
#include "bmp.h"
|
||||
#endif
|
||||
|
||||
#include "backdrop.h"
|
||||
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
#include "lcd-remote.h"
|
||||
#endif
|
||||
|
@ -409,6 +411,10 @@ static const struct plugin_api rockbox_api = {
|
|||
i2c_end,
|
||||
i2c_write,
|
||||
#endif
|
||||
|
||||
vsnprintf,
|
||||
memchr,
|
||||
load_main_backdrop
|
||||
};
|
||||
|
||||
int plugin_load(const char* plugin, void* parameter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue