diff options
| author | Zakk Roberts <midk@rockbox.org> | 2006-03-21 05:45:37 +0000 |
|---|---|---|
| committer | Zakk Roberts <midk@rockbox.org> | 2006-03-21 05:45:37 +0000 |
| commit | dd521146b735790549dd91898ed814af994ef6ea (patch) | |
| tree | c832880f2dab8dbf777fbab6798639b9f495ecd2 /apps/plugins | |
| parent | 28cb5e732d96798f92beee355c3be5ae93b3b385 (diff) | |
| download | rockbox-dd521146b735790549dd91898ed814af994ef6ea.zip rockbox-dd521146b735790549dd91898ed814af994ef6ea.tar.gz rockbox-dd521146b735790549dd91898ed814af994ef6ea.tar.bz2 rockbox-dd521146b735790549dd91898ed814af994ef6ea.tar.xz | |
Display logo for 3 seconds instead of 2 before rolling the credits - makes it easier to read the build date/time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9145 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/credits.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/credits.c b/apps/plugins/credits.c index 5fdc215..12bfa60 100644 --- a/apps/plugins/credits.c +++ b/apps/plugins/credits.c @@ -40,7 +40,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) rb->lcd_double_height(false); #endif - for (j = 0; j < 10; j++) { + for (j = 0; j < 15; j++) { rb->sleep((HZ*2)/10); btn = rb->button_get(false); @@ -114,7 +114,7 @@ static int minisin[]={ #if 1 1, 2, 2, 3, 3, 3, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0 #else - 1, 2, 3, 4, 4, 4, 3, 2, 1, 0, 0, -1, -1, -1, 0, 0, + 1, 2, 3, 4, 4, 4, 3, 2, 1, 0, 0, -1, -1, -1, 0, 0, #endif }; |