mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-22 22:47:37 -04:00
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 DEFAULT_REPEAT_MASK (BUTTON_LEFT | BUTTON_RIGHT)
|
||||||
|
|
||||||
#define ALL_BUTTONS (BUTTON_ON | BUTTON_UP | BUTTON_DOWN | BUTTON_LEFT | \
|
#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 */
|
#endif /* HAVE_PLAYER_KEYPAD */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue