forked from len0rd/rockbox
allows bigger language files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5600 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
22a75438ec
commit
9f5ca5a12d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* size of the buffer used for loadable, translated strings */
|
/* size of the buffer used for loadable, translated strings */
|
||||||
#define MAX_LANGUAGE_SIZE 6500
|
#define MAX_LANGUAGE_SIZE 7000
|
||||||
|
|
||||||
/* both these must match the two initial bytes in the binary lang file */
|
/* both these must match the two initial bytes in the binary lang file */
|
||||||
#define LANGUAGE_COOKIE 0x1a
|
#define LANGUAGE_COOKIE 0x1a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue