BUTTON_OFF was set in the player. my last changed made it apparent
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2597 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
501e012832
commit
8a2bd30baa
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ int button_set_release(int newmask);
|
|||
#define DEFAULT_REPEAT_MASK (BUTTON_LEFT | BUTTON_RIGHT)
|
||||
|
||||
#define ALL_BUTTONS (BUTTON_ON | BUTTON_UP | BUTTON_DOWN | BUTTON_LEFT | \
|
||||
BUTTON_RIGHT | BUTTON_OFF | BUTTON_MENU)
|
||||
BUTTON_RIGHT | BUTTON_MENU)
|
||||
|
||||
#endif /* HAVE_PLAYER_KEYPAD */
|
||||
|
||||
|
|
Loading…
Reference in a new issue