forked from len0rd/rockbox
Don't leave a stray release.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5093 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
db33349bbc
commit
6dd2dd093b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ void roll_credits(void)
|
||||||
lcd_putsxy(0, 0, buffer);
|
lcd_putsxy(0, 0, buffer);
|
||||||
lcd_update();
|
lcd_update();
|
||||||
|
|
||||||
if (button_get_w_tmo(HZ/20))
|
if (button_get_w_tmo(HZ/20) & BUTTON_REL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
y--;
|
y--;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue