forked from len0rd/rockbox
I forgot to fix button masks (thanks hardeep)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2596 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a0f9f626f2
commit
501e012832
1 changed files with 7 additions and 1 deletions
|
|
@ -80,6 +80,12 @@ int button_set_release(int newmask);
|
||||||
|
|
||||||
#endif /* HAVE_PLAYER_KEYPAD */
|
#endif /* HAVE_PLAYER_KEYPAD */
|
||||||
|
|
||||||
#define DEFAULT_RELEASE_MASK 0
|
#define DEFAULT_RELEASE_MASK ALL_BUTTONS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* -----------------------------------------------------------------
|
||||||
|
* local variables:
|
||||||
|
* eval: (load-file "../rockbox-mode.el")
|
||||||
|
* end:
|
||||||
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue