As per Zagor: Any value over 10 will eat all available

cpu, leading to skips and random other problems.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2977 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Hak 2002-12-12 20:29:51 +00:00
parent 048fa1336f
commit b4b9e3b2f1

View file

@ -400,7 +400,7 @@ static bool poweroff_idle_timer(void)
static bool scroll_speed(void)
{
return set_int(str(LANG_SCROLL), "Hz", &global_settings.scroll_speed,
&lcd_scroll_speed, 1, 1, 50 );
&lcd_scroll_speed, 1, 1, 10 );
}