forked from len0rd/rockbox
Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12807 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c643b9f3e
commit
4d6374c923
107 changed files with 529 additions and 553 deletions
|
|
@ -1151,7 +1151,7 @@ int main(void* parameter)
|
|||
mbus_init(); /* init the M-Bus layer */
|
||||
emu_init(); /* init emulator */
|
||||
|
||||
rb->splash(HZ/5, true, "Alpine CDC"); /* be quick on autostart */
|
||||
rb->splash(HZ/5, "Alpine CDC"); /* be quick on autostart */
|
||||
|
||||
#ifdef DEBUG
|
||||
print_scroll("Alpine M-Bus Test");
|
||||
|
|
@ -1164,7 +1164,7 @@ int main(void* parameter)
|
|||
stacksize = (stacksize - 100) & ~3;
|
||||
if (stacksize < DEFAULT_STACK_SIZE)
|
||||
{
|
||||
rb->splash(HZ*2, true, "Out of memory");
|
||||
rb->splash(HZ*2, "Out of memory");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue