diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-09-23 22:49:23 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-09-23 22:49:23 +0000 |
commit | 85f75e5104e67105d78eb3abd3a2020a6fcf7c85 (patch) | |
tree | e303a66e8094261c619d7adeea5fff2022eb566a /apps/plugins | |
parent | 6ed01374a20b922ce51aa36a3f7b22206a5d8e70 (diff) | |
download | rockbox-85f75e5104e67105d78eb3abd3a2020a6fcf7c85.tar.gz rockbox-85f75e5104e67105d78eb3abd3a2020a6fcf7c85.zip |
The metronome keymap is still not fixed for ondio, player and c200. Disable for release yet again
Copied from r20425.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@22816 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index b9061ee74b..8fd1fa1996 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES | |||
@@ -35,8 +35,12 @@ pitch_detector.c | |||
35 | #endif | 35 | #endif |
36 | 36 | ||
37 | #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR) | 37 | #if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR) |
38 | |||
39 | /* button maps are broken on the following */ | ||
40 | #if !defined(SANSA_C200) && !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM) && !defined(ARCHOS_PLAYER) | ||
38 | metronome.c | 41 | metronome.c |
39 | #endif | 42 | #endif |
43 | #endif | ||
40 | 44 | ||
41 | #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR) | 45 | #if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR) |
42 | wavplay.c | 46 | wavplay.c |