mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
6ed01374a2
commit
85f75e5104
1 changed files with 4 additions and 0 deletions
|
@ -35,8 +35,12 @@ pitch_detector.c
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
|
#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
|
||||||
|
|
||||||
|
/* button maps are broken on the following */
|
||||||
|
#if !defined(SANSA_C200) && !defined(ARCHOS_ONDIOSP) && !defined(ARCHOS_ONDIOFM) && !defined(ARCHOS_PLAYER)
|
||||||
metronome.c
|
metronome.c
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
|
#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
|
||||||
wavplay.c
|
wavplay.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue