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:
parent
048fa1336f
commit
b4b9e3b2f1
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue