mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
unicode: Turn on 32-bit unicode for targets with >2MB RAM
Change-Id: I199dc928fc9a88fa4bff7bdb3dc03bb212612f6f
This commit is contained in:
parent
d86240cf91
commit
6150e556fe
1 changed files with 5 additions and 1 deletions
|
@ -1461,7 +1461,11 @@ Lyre prototype 1 */
|
|||
#error "HAVE_LCD_SLEEP_SETTING requires HAVE_LCD_SLEEP"
|
||||
#endif
|
||||
|
||||
// XXX Figure out a better place to put this?
|
||||
/* Support for unicode codepoints > U+FFFF */
|
||||
#if (MEMORYSIZE > 2) && !defined(BOOTLOADER)
|
||||
#define UNICODE32
|
||||
#endif
|
||||
|
||||
#ifdef UNICODE32
|
||||
#define ucschar_t unsigned int
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue