forked from len0rd/rockbox
Increased the scroll thread stack
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1327 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2811ba6ccd
commit
93ce7d0bee
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ struct scrollinfo {
|
|||
};
|
||||
|
||||
static void scroll_thread(void);
|
||||
static char scroll_stack[0x100];
|
||||
static char scroll_stack[0x800];
|
||||
static char scroll_speed = 8; /* updates per second */
|
||||
static char scroll_spacing = 3; /* spaces between end and start of text */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue