mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-28 08:16:18 -04:00
disable metronome for c200, player and ondio since it doesn't work (also disable it in the manual for those)
don't include md5sum in the manual git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_0@18459 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4081bbe50a
commit
4441482abd
2 changed files with 6 additions and 3 deletions
|
|
@ -32,8 +32,12 @@ jpeg.c
|
||||||
#ifndef OLYMPUS_MROBE_500
|
#ifndef OLYMPUS_MROBE_500
|
||||||
|
|
||||||
#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
|
||||||
|
|
|
||||||
|
|
@ -163,9 +163,8 @@ the associated file. Viewers are stored in the
|
||||||
|
|
||||||
\opt{HAVE_BACKLIGHT}{\input{plugins/lamp.tex}}
|
\opt{HAVE_BACKLIGHT}{\input{plugins/lamp.tex}}
|
||||||
|
|
||||||
{\input{plugins/md5sum.tex}}
|
\nopt{player,ondio,c200}{\input{plugins/metronome.tex}
|
||||||
|
}
|
||||||
{\input{plugins/metronome.tex}}
|
|
||||||
|
|
||||||
{\input{plugins/random_folder_advance_config.tex}}
|
{\input{plugins/random_folder_advance_config.tex}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue