summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorZakk Roberts <midk@rockbox.org>2006-03-22 02:44:18 +0000
committerZakk Roberts <midk@rockbox.org>2006-03-22 02:44:18 +0000
commitc5b63269fc23ab6aa1231c44029b8288e6f7d519 (patch)
tree24a44eebadbe275ded7ee1ba584b70eaada2ed44 /apps/onplay.c
parent5b93eb6f74f938751ec72bfbcc1be2f0ba4d015b (diff)
downloadrockbox-c5b63269fc23ab6aa1231c44029b8288e6f7d519.tar.gz
rockbox-c5b63269fc23ab6aa1231c44029b8288e6f7d519.zip
Whoops, the Archos Player/Studio doesn't have the ability to change pitch..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9176 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 2a86dfbaf5..2beb374956 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -909,10 +909,12 @@ int onplay(char* file, int attr, int from)
909 } 909 }
910 if (context == CONTEXT_WPS) 910 if (context == CONTEXT_WPS)
911 { 911 {
912#if (CONFIG_KEYPAD != PLAYER_PAD)
912 /* Pitch screen access */ 913 /* Pitch screen access */
913 items[i].desc = ID2P(LANG_PITCH); 914 items[i].desc = ID2P(LANG_PITCH);
914 items[i].function = pitch_screen; 915 items[i].function = pitch_screen;
915 i++; 916 i++;
917#endif
916#if CONFIG_CODEC == SWCODEC 918#if CONFIG_CODEC == SWCODEC
917 /* Equalizer menu items */ 919 /* Equalizer menu items */
918 items[i].desc = ID2P(LANG_EQUALIZER_GRAPHICAL); 920 items[i].desc = ID2P(LANG_EQUALIZER_GRAPHICAL);