1
0
Fork 0
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:
Linus Nielsen Feltzing 2002-06-10 14:45:09 +00:00
parent 8c00b4c6fb
commit 7bccab7400

View file

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