forked from len0rd/rockbox
runs smoother-looking on target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2208 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b5965448fb
commit
e28cbaab8a
1 changed files with 2 additions and 2 deletions
|
@ -122,10 +122,10 @@ void roll_credits(void)
|
|||
lcd_putsxy(0, 0, buffer, 0);
|
||||
lcd_update();
|
||||
|
||||
if (button_get_w_tmo(HZ/10))
|
||||
if (button_get_w_tmo(HZ/20))
|
||||
return;
|
||||
|
||||
y-=2;
|
||||
y--;
|
||||
|
||||
if(y<0) {
|
||||
line++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue