forked from len0rd/rockbox
Increase codec and plugin API version (due to changes it r19971), and sort the recently added things
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19973 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f2d5c3532f
commit
548109084f
4 changed files with 18 additions and 18 deletions
|
|
@ -282,6 +282,7 @@ static const struct plugin_api rockbox_api = {
|
|||
reload_directory,
|
||||
create_numbered_filename,
|
||||
file_exists,
|
||||
strip_extension,
|
||||
|
||||
/* dir */
|
||||
opendir,
|
||||
|
|
@ -292,6 +293,9 @@ static const struct plugin_api rockbox_api = {
|
|||
dir_exists,
|
||||
|
||||
/* kernel/ system */
|
||||
#ifdef CPU_ARM
|
||||
__div0,
|
||||
#endif
|
||||
PREFIX(sleep),
|
||||
yield,
|
||||
¤t_tick,
|
||||
|
|
@ -627,10 +631,6 @@ static const struct plugin_api rockbox_api = {
|
|||
appsversion,
|
||||
/* new stuff at the end, sort into place next time
|
||||
the API gets incompatible */
|
||||
#ifdef CPU_ARM
|
||||
__div0,
|
||||
#endif
|
||||
strip_extension
|
||||
};
|
||||
|
||||
int plugin_load(const char* plugin, const void* parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue