mirror of
https://github.com/zeldaret/oot
synced 2026-06-25 18:04:32 -04:00
Merge branch 'main' into doc/cutscene_index
This commit is contained in:
+3
-3
@@ -57,7 +57,7 @@ AudioMgr sAudioMgr;
|
||||
OSMesgQueue sSerialEventQueue;
|
||||
OSMesg sSerialMsgBuf[1];
|
||||
|
||||
#if OOT_DEBUG
|
||||
#if DEBUG_FEATURES
|
||||
void Main_LogSystemHeap(void) {
|
||||
PRINTF(VT_FGCOL(GREEN));
|
||||
PRINTF(
|
||||
@@ -100,7 +100,7 @@ void Main(void* arg) {
|
||||
fb, gSystemHeapSize);
|
||||
SystemHeap_Init((void*)systemHeapStart, gSystemHeapSize); // initializes the system heap
|
||||
|
||||
#if OOT_DEBUG
|
||||
#if DEBUG_FEATURES
|
||||
{
|
||||
void* debugHeapStart;
|
||||
u32 debugHeapSize;
|
||||
@@ -125,7 +125,7 @@ void Main(void* arg) {
|
||||
osCreateMesgQueue(&sSerialEventQueue, sSerialMsgBuf, ARRAY_COUNT(sSerialMsgBuf));
|
||||
osSetEventMesg(OS_EVENT_SI, &sSerialEventQueue, NULL);
|
||||
|
||||
#if OOT_DEBUG
|
||||
#if DEBUG_FEATURES
|
||||
Main_LogSystemHeap();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user