1
0
Fork 0
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:
Daniel Stenberg 2004-08-27 08:16:08 +00:00
parent b4920271ba
commit 861306d330

View file

@ -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
/*