mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-16 22:40:04 -04:00
@@ -2,7 +2,7 @@
|
||||
#include "CIC6105.h"
|
||||
#include "idle.h"
|
||||
#include "stack.h"
|
||||
#include "stackcheck.h"
|
||||
#include "libu64/stackcheck.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
StackEntry sBootStackInfo;
|
||||
|
||||
+1
-1
@@ -50,7 +50,7 @@
|
||||
#include "macros.h"
|
||||
#include "main.h"
|
||||
#include "vt.h"
|
||||
#include "stackcheck.h"
|
||||
#include "libu64/stackcheck.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
FaultMgr* sFaultInstance;
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
#include "main.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "stack.h"
|
||||
#include "stackcheck.h"
|
||||
#include "libu64/stackcheck.h"
|
||||
#include "viconfig.h"
|
||||
#include "z64dma.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@
|
||||
|
||||
#include "macros.h"
|
||||
#include "scheduler.h"
|
||||
#include "stackcheck.h"
|
||||
#include "libu64/stackcheck.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
vs32 gIrqMgrResetStatus = IRQ_RESET_STATUS_IDLE;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "gfxprint.h"
|
||||
#include "libu64/gfxprint.h"
|
||||
#include "attributes.h"
|
||||
|
||||
#define GFXP_FLAG_HIRAGANA (1 << 0)
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "global.h"
|
||||
#include "libc64/malloc.h"
|
||||
#include "loadfragment.h"
|
||||
#include "libu64/loadfragment.h"
|
||||
|
||||
s32 gFragmentLogSeverity = 2;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
#include "global.h"
|
||||
#include "libc64/malloc.h"
|
||||
#include "loadfragment.h"
|
||||
#include "libu64/loadfragment.h"
|
||||
|
||||
s32 gOverlayLogSeverity = 2;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "padutils.h"
|
||||
#include "libu64/pad.h"
|
||||
|
||||
#include "PR/os_libc.h"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "global.h"
|
||||
#include "ultra64.h"
|
||||
#include "libu64/padsetup.h"
|
||||
|
||||
s32 PadSetup_Init(OSMesgQueue* mq, u8* outMask, OSContStatus* status) {
|
||||
s32 ret;
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "stackcheck.h"
|
||||
#include "libu64/stackcheck.h"
|
||||
#include "stdbool.h"
|
||||
#include "stdint.h"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "macros.h"
|
||||
#include "segment_symbols.h"
|
||||
#include "stack.h"
|
||||
#include "stackcheck.h"
|
||||
#include "libu64/stackcheck.h"
|
||||
#include "yaz0.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user