diff options
Diffstat (limited to 'apps/plugins/credits.c')
| -rw-r--r-- | apps/plugins/credits.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/credits.c b/apps/plugins/credits.c index 0bd2a51..fc0082b 100644 --- a/apps/plugins/credits.c +++ b/apps/plugins/credits.c @@ -128,7 +128,8 @@ void roll_credits(void) #if (CONFIG_KEYPAD == RECORDER_PAD) #define PAUSE_TIME 1.2 #define ANIM_SPEED 35 -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) +#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \ + (CONFIG_KEYPAD == IPOD_1G2G_PAD) #define PAUSE_TIME 0 #define ANIM_SPEED 100 #elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD) |