forked from len0rd/rockbox
quick scren fixed for h300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6920 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1c56afad5d
commit
9a6a4e79a2
1 changed files with 3 additions and 2 deletions
|
|
@ -519,7 +519,8 @@ int pitch_screen(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if (CONFIG_KEYPAD == RECORDER_PAD) || (CONFIG_KEYPAD == IRIVER_H100_PAD)
|
||||
#if (CONFIG_KEYPAD == RECORDER_PAD) || (CONFIG_KEYPAD == IRIVER_H100_PAD) ||\
|
||||
(CONFIG_KEYPAD == IRIVER_H300_PAD)
|
||||
bool quick_screen(int context, int button)
|
||||
{
|
||||
bool exit = false;
|
||||
|
|
@ -544,7 +545,7 @@ bool quick_screen(int context, int button)
|
|||
#if CONFIG_KEYPAD == RECORDER_PAD
|
||||
case SCREENS_QUICK:
|
||||
#endif
|
||||
#if CONFIG_KEYPAD == IRIVER_H100_PAD
|
||||
#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD)
|
||||
case SCREENS_QUICK | BUTTON_REPEAT:
|
||||
#endif
|
||||
/* Shuffle mode */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue