forked from len0rd/rockbox
By reducing the font buffer to 4000 bytes from 9000, we get 5000 fresh bytes
to buffer mp3 with! Only 3 out of 44 fonts that fit within 9000 are bigger than 4000, leaving us with 41 fonts that fit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5019 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b4920271ba
commit
861306d330
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
/* max static loadable fonts buffer*/
|
||||
#ifndef MAX_FONT_SIZE
|
||||
#define MAX_FONT_SIZE 9000 /* max total fontsize allocation*/
|
||||
#define MAX_FONT_SIZE 4000 /* max total fontsize allocation*/
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue