1
0
Fork 0
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:
Robert Hak 2002-05-30 08:26:22 +00:00
parent c501ac7be2
commit 3c3bcf4e43

View file

@ -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);