forked from len0rd/rockbox
we now show the splash screen from the menu on a delay
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@815 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c501ac7be2
commit
3c3bcf4e43
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ int init(void)
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
lcd_init();
|
lcd_init();
|
||||||
#endif
|
#endif
|
||||||
show_splash();
|
show_logo();
|
||||||
dmalloc_initialize();
|
dmalloc_initialize();
|
||||||
bmalloc_add_pool(poolstart, poolend-poolstart);
|
bmalloc_add_pool(poolstart, poolend-poolstart);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue