* libu64

* libu64 -O2

* Add libu64.md
This commit is contained in:
Dragorn421
2024-11-08 02:27:19 +01:00
committed by GitHub
parent 9cd9099a04
commit fcc5cf828d
48 changed files with 78 additions and 60 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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"
+1 -1
View File
@@ -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"