forked from len0rd/rockbox
Slower scroll speed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@944 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8c00b4c6fb
commit
7bccab7400
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ struct scrollinfo {
|
||||||
|
|
||||||
static void scroll_thread(void);
|
static void scroll_thread(void);
|
||||||
static char scroll_stack[0x100];
|
static char scroll_stack[0x100];
|
||||||
static char scroll_speed = 10; /* updates per second */
|
static char scroll_speed = 5; /* updates per second */
|
||||||
|
|
||||||
static struct scrollinfo scroll; /* only one scroll line at the moment */
|
static struct scrollinfo scroll; /* only one scroll line at the moment */
|
||||||
static int scroll_count = 0;
|
static int scroll_count = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue