diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-11-08 02:27:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-07 17:27:19 -0800 |
| commit | fcc5cf828ded5d362b2e63a8868374a50df405ed (patch) | |
| tree | 530d7d6d8690599593f6588b04d10441e364b5c7 /src/code/main.c | |
| parent | 9cd9099a0431b369be39f111bf57051f544bead3 (diff) | |
libu64 (#1705)
* libu64
* libu64 -O2
* Add libu64.md
Diffstat (limited to 'src/code/main.c')
| -rw-r--r-- | src/code/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/main.c b/src/code/main.c index e2822a9a8..953cac7c0 100644 --- a/src/code/main.c +++ b/src/code/main.c @@ -35,10 +35,10 @@ struct PadMgr gPadMgr; #include "regs.h" #include "segment_symbols.h" #include "stack.h" -#include "stackcheck.h" +#include "libu64/stackcheck.h" #include "scheduler.h" #include "sys_initial_check.h" -#include "system_heap.h" +#include "libu64/system_heap.h" #include "z64nmi_buff.h" #include "z64thread.h" |
