1
0
Fork 0
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:
Daniel Stenberg 2002-09-06 09:08:10 +00:00
parent b5965448fb
commit e28cbaab8a

View file

@ -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++;