On+play menu now activates on play release
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5094 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6dd2dd093b
commit
1c87a1f62a
1 changed files with 2 additions and 2 deletions
|
@ -814,12 +814,12 @@ static bool handle_shift(int *ds, int *dc, int numentries,
|
|||
break;
|
||||
|
||||
|
||||
case TREE_RUN:
|
||||
case TREE_RUN | BUTTON_REL:
|
||||
#ifdef TREE_RC_PLAY
|
||||
case TREE_RC_RUN:
|
||||
#endif
|
||||
#ifdef TREE_SHIFT
|
||||
case TREE_SHIFT | TREE_RUN:
|
||||
case TREE_SHIFT | TREE_RUN | BUTTON_REL:
|
||||
#endif
|
||||
{
|
||||
int onplay_result;
|
||||
|
|
Loading…
Reference in a new issue