From 3c3bcf4e43f68619bcef45902bede0596e4955d6 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Thu, 30 May 2002 08:26:22 +0000 Subject: 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 --- apps/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/main.c b/apps/main.c index d7adb46b64..c31efe9098 100644 --- a/apps/main.c +++ b/apps/main.c @@ -59,7 +59,7 @@ int init(void) #ifdef HAVE_LCD_BITMAP lcd_init(); #endif - show_splash(); + show_logo(); dmalloc_initialize(); bmalloc_add_pool(poolstart, poolend-poolstart); -- cgit v1.2.3