forked from len0rd/rockbox
Text viewer: * Only show those options which really exist. * Basic button functions now available on all targets. * Implemented option setting in a more straightforward way (like the core options menus).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9874 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
542d9b5942
commit
2343a1935d
3 changed files with 128 additions and 120 deletions
|
|
@ -439,6 +439,8 @@ static const struct plugin_api rockbox_api = {
|
|||
lcd_setmargins,
|
||||
#endif
|
||||
utf8seek,
|
||||
|
||||
set_int,
|
||||
};
|
||||
|
||||
int plugin_load(const char* plugin, void* parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue