summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/credits.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/credits.c b/apps/plugins/credits.c
index 060b0bbd49..695918b71d 100644
--- a/apps/plugins/credits.c
+++ b/apps/plugins/credits.c
@@ -86,6 +86,7 @@ void roll_credits(void)
86 else 86 else
87 rb->lcd_puts(x, line, credits[name]); 87 rb->lcd_puts(x, line, credits[name]);
88 88
89
89 if (++name >= numnames) 90 if (++name >= numnames)
90 break; 91 break;
91 92
@@ -128,6 +129,9 @@ void roll_credits(void)
128#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD) 129#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
129 #define PAUSE_TIME 0 130 #define PAUSE_TIME 0
130 #define ANIM_SPEED 35 131 #define ANIM_SPEED 35
132#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
133 #define PAUSE_TIME 0
134 #define ANIM_SPEED 100
131#else 135#else
132 #define PAUSE_TIME 1 136 #define PAUSE_TIME 1
133 #define ANIM_SPEED 40 137 #define ANIM_SPEED 40