mirror of
https://github.com/zeldaret/oot
synced 2026-06-23 17:25:16 -04:00
Decouple Debug Features From gc-eu-mq-dbg (#2296)
* rename OOT_DEBUG to DEBUG_FEATURES * makefile changes * add DEBUG_ASSETS * fix DEBUG_FEATURES usages * format * fix errors * review * fix problem and review2 * review * add DEBUG_FEATURES to DEBUG_ASSETS check * review * whoops * format
This commit is contained in:
@@ -12,7 +12,7 @@ void GameAlloc_Log(GameAlloc* this) {
|
||||
}
|
||||
}
|
||||
|
||||
#if OOT_DEBUG
|
||||
#if DEBUG_FEATURES
|
||||
void* GameAlloc_MallocDebug(GameAlloc* this, u32 size, const char* file, int line) {
|
||||
GameAllocEntry* ptr = SystemArena_MallocDebug(size + sizeof(GameAllocEntry), file, line);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user