mirror of
https://github.com/zeldaret/oot
synced 2026-06-29 11:30:56 -04:00
system_heap -> runtime (#2500)
* very light documentation for runtime * more renaming * one more rename * RunTime -> Runtime
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ void Main(void* arg) {
|
||||
gSystemHeapSize = fb - systemHeapStart;
|
||||
PRINTF(T("システムヒープ初期化 %08x-%08x %08x\n", "System heap initialization %08x-%08x %08x\n"), systemHeapStart,
|
||||
fb, gSystemHeapSize);
|
||||
SystemHeap_Init((void*)systemHeapStart, gSystemHeapSize); // initializes the system heap
|
||||
Runtime_Init((void*)systemHeapStart, gSystemHeapSize);
|
||||
|
||||
#if DEBUG_FEATURES
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user