forked from len0rd/rockbox
Playback speed fix: forgot to commit this file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8105 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
61eac114a5
commit
d34c9e3806
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ long gui_wps_show(void)
|
|||
#endif
|
||||
|
||||
/* pitch screen */
|
||||
#if CONFIG_KEYPAD == RECORDER_PAD
|
||||
#if CONFIG_KEYPAD == RECORDER_PAD || defined(IRIVER_H100_SERIES)
|
||||
case BUTTON_ON | BUTTON_UP:
|
||||
case BUTTON_ON | BUTTON_DOWN:
|
||||
if (2 == pitch_screen())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue