forked from len0rd/rockbox
remove rockboxlogo after boot INIT_ATTR
nets about 5k on clipzip (less on mono, more on others) to move rockboxlogo to .initdata section Remove show_logo completely and move to main.c remove plugin stub give credits plugin its own copy credit fallback is now show_info() Change-Id: Id9ed787e605ed29e7ab1e7a74d3821cd0f840ed4
This commit is contained in:
parent
f37ebe5ed2
commit
1930ca8d66
9 changed files with 138 additions and 91 deletions
|
@ -157,12 +157,12 @@ int plugin_open(const char *plugin, const char *parameter);
|
|||
#define PLUGIN_MAGIC 0x526F634B /* RocK */
|
||||
|
||||
/* increase this every time the api struct changes */
|
||||
#define PLUGIN_API_VERSION 258
|
||||
#define PLUGIN_API_VERSION 259
|
||||
|
||||
/* update this to latest version if a change to the api struct breaks
|
||||
backwards compatibility (and please take the opportunity to sort in any
|
||||
new function which are "waiting" at the end of the function table) */
|
||||
#define PLUGIN_MIN_API_VERSION 258
|
||||
#define PLUGIN_MIN_API_VERSION 259
|
||||
|
||||
/* 239 Marks the removal of ARCHOS HWCODEC and CHARCELL */
|
||||
|
||||
|
@ -915,7 +915,6 @@ struct plugin_api {
|
|||
int format, const struct custom_format *cformat);
|
||||
#endif
|
||||
void (*screen_dump_set_hook)(void (*hook)(int fh));
|
||||
int (*show_logo)(void);
|
||||
|
||||
#ifdef HAVE_WHEEL_POSITION
|
||||
int (*wheel_status)(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue