Plugin Api add core bitmaps Fix Yellow
Change-Id: I4cded8733f8ae4d26b013a944ee5e884ed1363d9
This commit is contained in:
parent
b56372bbcb
commit
987d195134
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ static const struct plugin_api rockbox_api = {
|
||||||
&global_settings,
|
&global_settings,
|
||||||
&global_status,
|
&global_status,
|
||||||
language_strings,
|
language_strings,
|
||||||
&core_bitmaps,
|
&core_bitmaps[0],
|
||||||
/* lcd */
|
/* lcd */
|
||||||
splash,
|
splash,
|
||||||
splashf,
|
splashf,
|
||||||
|
|
Loading…
Reference in a new issue