1
0
Fork 0
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:
Robert Hak 2002-10-12 05:20:57 +00:00
parent a0f9f626f2
commit 501e012832

View file

@ -80,6 +80,12 @@ int button_set_release(int newmask);
#endif /* HAVE_PLAYER_KEYPAD */
#define DEFAULT_RELEASE_MASK 0
#define DEFAULT_RELEASE_MASK ALL_BUTTONS
#endif
/* -----------------------------------------------------------------
* local variables:
* eval: (load-file "../rockbox-mode.el")
* end:
*/