forked from len0rd/rockbox
Recorders: Fixed Resume/ WPS switch button, allows playing files again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10651 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a19032c550
commit
46ae870feb
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ static const struct button_mapping button_context_settings[] = {
|
|||
};
|
||||
|
||||
static const struct button_mapping button_context_tree[] = {
|
||||
{ ACTION_TREE_WPS, BUTTON_PLAY, BUTTON_NONE },
|
||||
{ ACTION_TREE_WPS, BUTTON_ON, BUTTON_NONE },
|
||||
{ ACTION_TREE_STOP, BUTTON_OFF, BUTTON_NONE },
|
||||
|
||||
LAST_ITEM_IN_LIST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue