diff options
| author | cadmic <cadmic24@gmail.com> | 2024-12-21 11:13:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-21 14:13:56 -0500 |
| commit | 471fe51c828e34a0349a3df782e31fa54cd6b959 (patch) | |
| tree | ad9c8b19029551fb9c403ce2a8f57e3c61e15593 /include/libc64 | |
| parent | 81df2d4ba3bfd4e8683b0b70cc7c582305dac068 (diff) | |
Set up build system for ique-cn (#2382)
* Set up build system for ique-cn
* Fix size of fbdemo_circle assets
* Treat iQue as NTSC and Use "NES" for Chinese text
* Revert z_kanfont
Diffstat (limited to 'include/libc64')
| -rw-r--r-- | include/libc64/os_malloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libc64/os_malloc.h b/include/libc64/os_malloc.h index 91b0d93c4..fcd4da1e1 100644 --- a/include/libc64/os_malloc.h +++ b/include/libc64/os_malloc.h @@ -11,7 +11,7 @@ typedef struct Arena { #if PLATFORM_N64 /* 0x08 */ u32 size; /* 0x0C */ u8 allocFailures; -#elif PLATFORM_GC +#else /* 0x08 */ OSMesgQueue lockQueue; /* 0x20 */ u8 allocFailures; // only used in non-debug builds /* 0x21 */ u8 isInit; |
