diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-12-14 01:31:37 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-12-14 01:31:37 +0000 |
| commit | 54d44c893f0d0ed4403ae7af220224e6646f6dda (patch) | |
| tree | b5665adfe8b496dfbce73ce65d4f8151495b0c9b /apps/plugins/SOURCES | |
| parent | c75425511ea8d0bfdb77d4336117ec7114ef87c8 (diff) | |
| download | rockbox-54d44c893f0d0ed4403ae7af220224e6646f6dda.zip rockbox-54d44c893f0d0ed4403ae7af220224e6646f6dda.tar.gz rockbox-54d44c893f0d0ed4403ae7af220224e6646f6dda.tar.bz2 rockbox-54d44c893f0d0ed4403ae7af220224e6646f6dda.tar.xz | |
iPod: Initial attempt at button mappings for plugins. All plugins now compile, but more work is needed with the more complex ones to make them iPod friendly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8233 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 88a0302..bf15f0b 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -1,6 +1,3 @@ -/* Temporarily disable the plugins for the iPod until we fix the - button assignments and other problems */ -#if (CONFIG_KEYPAD!=IPOD_4G_PAD) && (CONFIG_KEYPAD!=IPOD_NANO_PAD) /* plugins common to all models */ battery_test.c chessclock.c @@ -89,4 +86,3 @@ midi2wav.c splitedit.c metronome.c #endif -#endif /* PP5020 */ |