z_debug OK (#330)

* z_debug OK

* Rename function

* Remove duplicate struct

* Update z64.h
This commit is contained in:
EllipticEllipsis
2021-10-14 16:25:14 +01:00
committed by GitHub
parent 3aeadb42b8
commit 151e098e48
7 changed files with 31 additions and 13 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ void Main(void* arg) {
startHeapSize = fb - sysHeap;
SystemArena_Init(sysHeap, startHeapSize);
static_context_init();
GameInfo_Init();
R_ENABLE_ARENA_DBG = 0;