1
0
Fork 0
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:
cadmic 2025-01-11 19:44:14 -08:00 committed by GitHub
parent 8d213e61cf
commit 7aa9808b7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 15211 additions and 14770 deletions

View file

@ -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