diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-05-23 20:25:20 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-05-23 20:25:20 +0000 |
| commit | 972a2196763ce15fcbb331058c88580a8fc67128 (patch) | |
| tree | 8300a71523151ce8b00bec0b25b85ce5ec317916 /apps/plugins | |
| parent | 7db4270d1a31238979b5540f3a7b22d988e11451 (diff) | |
| download | rockbox-972a2196763ce15fcbb331058c88580a8fc67128.zip rockbox-972a2196763ce15fcbb331058c88580a8fc67128.tar.gz rockbox-972a2196763ce15fcbb331058c88580a8fc67128.tar.bz2 rockbox-972a2196763ce15fcbb331058c88580a8fc67128.tar.xz | |
Enable wormlet for the ipod 3g - there is no reason to exclude it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9980 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SOURCES | 2 | ||||
| -rw-r--r-- | apps/plugins/wormlet.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 5eba2c4..b7afa81 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -64,9 +64,7 @@ tetrox.c video.c #endif vu_meter.c -#if CONFIG_KEYPAD != IPOD_3G_PAD wormlet.c -#endif #ifdef CONFIG_RTC clock.c diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c index c23a7ea..e4efa8f 100644 --- a/apps/plugins/wormlet.c +++ b/apps/plugins/wormlet.c @@ -73,7 +73,7 @@ PLUGIN_HEADER #define PLAYERS_TEXT "UP/DN" #define WORMS_TEXT "L/R" -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD) #define BTN_DIR_UP BUTTON_MENU #define BTN_DIR_DOWN BUTTON_PLAY |