summaryrefslogtreecommitdiff
path: root/apps/plugins/credits.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/credits.c')
-rw-r--r--apps/plugins/credits.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/plugins/credits.c b/apps/plugins/credits.c
index d766d45cfd..6e993b5468 100644
--- a/apps/plugins/credits.c
+++ b/apps/plugins/credits.c
@@ -132,11 +132,8 @@ static int update_rowpos(int action, int cur_pos, int rows_per_screen, int tot_r
132static void roll_credits(void) 132static void roll_credits(void)
133{ 133{
134 /* to do: use target defines iso keypads to set animation timings */ 134 /* to do: use target defines iso keypads to set animation timings */
135#if (CONFIG_KEYPAD == RECORDER_PAD) 135#if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
136 #define PAUSE_TIME 1.2 136 (CONFIG_KEYPAD == IPOD_1G2G_PAD)
137 #define ANIM_SPEED 35
138#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
139 (CONFIG_KEYPAD == IPOD_1G2G_PAD)
140 #define PAUSE_TIME 0 137 #define PAUSE_TIME 0
141 #define ANIM_SPEED 100 138 #define ANIM_SPEED 100
142#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD) 139#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)