forked from len0rd/rockbox
Fixed bounce bug
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1093 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c817963af9
commit
ae6d598213
1 changed files with 3 additions and 1 deletions
|
|
@ -68,8 +68,10 @@ static void button_tick(void)
|
|||
if ( post )
|
||||
queue_post(&button_queue, btn, NULL);
|
||||
}
|
||||
else
|
||||
else {
|
||||
repeat = false;
|
||||
count = 0;
|
||||
}
|
||||
|
||||
lastbtn = btn;
|
||||
tick = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue