forked from len0rd/rockbox
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
This commit is contained in:
parent
7db4270d1a
commit
972a219676
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue