mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-26 23:36:37 -04:00
The metronome keymap is still not fixed for ondio, player and c200. Disable for release yet again
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_2@20425 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f0564233d4
commit
10b12d989c
2 changed files with 6 additions and 1 deletions
|
|
@ -32,8 +32,12 @@ rockbox_flash.c
|
|||
#ifndef OLYMPUS_MROBE_500
|
||||
|
||||
#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
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
|
||||
wavplay.c
|
||||
|
|
|
|||
|
|
@ -175,7 +175,8 @@ the associated file. Viewers are stored in the
|
|||
|
||||
{\input{plugins/md5sum.tex}}
|
||||
|
||||
{\input{plugins/metronome.tex}}
|
||||
\nopt{player,ondio,c200}{\input{plugins/metronome.tex}
|
||||
}
|
||||
|
||||
{\input{plugins/random_folder_advance_config.tex}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue