mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-06 16:04:35 +00:00
[iQue] Use CPP includes in spec and update for iQue (#2399)
* Update spec for iQue * Use CPP includes for spec overlays, scenes, and libultra * Fix iQue + DEBUG_FEATURES * Define BBPLAYER, merge function definitions * Add Makefile dependency on spec_includes * Fix libc order for iQue * Match src/libultra/bb/sa/common.c to fix linker errors * Use C versions of getcount/setcompare for iQue * Format * Small fixes to line up boot segment * Remove zlib.c
This commit is contained in:
parent
8d213e61cf
commit
7aa9808b7e
17 changed files with 15211 additions and 14770 deletions
|
@ -64,7 +64,7 @@ void __osFreeDebug(Arena* arena, void* ptr, const char* file, int line);
|
|||
void* __osReallocDebug(Arena* arena, void* ptr, u32 newSize, const char* file, int line);
|
||||
#endif
|
||||
|
||||
#if PLATFORM_GC && DEBUG_FEATURES
|
||||
#if !PLATFORM_N64 && DEBUG_FEATURES
|
||||
void __osDisplayArena(Arena* arena);
|
||||
extern u32 __osMalloc_FreeBlockTest_Enable;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue