mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
buttons can be pressed again now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1607 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1e02e98d4a
commit
aed65abdc5
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ int button_set_release(int newmask)
|
|||
|
||||
static int real_button_get(void)
|
||||
{
|
||||
int btn;
|
||||
int btn = 0;
|
||||
|
||||
if (bActive)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue