forked from len0rd/rockbox
Decrease the text buffer a tiny bit to make it fit again on archos. This really should use plugin_get_buffer() (and possibly plugin_get_audio_buffer() for big files) though.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21996 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
49866a762e
commit
308522b60e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
#if PLUGIN_BUFFER_SIZE > 0x45000
|
||||
#define MAX_CHARS 0x40000 /* 256 kiB */
|
||||
#else
|
||||
#define MAX_CHARS 0x6000 /* 24 kiB */
|
||||
#define MAX_CHARS 0x5FE0 /* a bit less than 24 kiB */
|
||||
#endif
|
||||
#define MAX_LINE_LEN 2048
|
||||
PLUGIN_HEADER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue