mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
|
@ -788,7 +788,6 @@ static const struct plugin_api rockbox_api = {
|
|||
read_jpeg_fd,
|
||||
#endif
|
||||
screen_dump_set_hook,
|
||||
show_logo,
|
||||
|
||||
#ifdef HAVE_WHEEL_POSITION
|
||||
wheel_status,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue