summaryrefslogtreecommitdiff
path: root/src/code/main.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2025-04-05 19:16:52 -0400
committerGitHub <noreply@github.com>2025-04-05 19:16:52 -0400
commit5133db15a3d3f554e7936a600ff358a6aa38540a (patch)
treeb94d427b1ae5dff84d73812ad02c984b763564d8 /src/code/main.c
parent1beeff96583e30f6a61960446a97b3583ff2ac73 (diff)
Remove functions.h (#2501)
* split most of functions.h * osdriverominit * forgot include * fix * remove functions.h * temporary fix for fix_bss * fix bss * revert fix_bss.py change
Diffstat (limited to 'src/code/main.c')
-rw-r--r--src/code/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/code/main.c b/src/code/main.c
index 79c40658c..ab330cb33 100644
--- a/src/code/main.c
+++ b/src/code/main.c
@@ -1,3 +1,4 @@
+#include "sys_cfb.h"
#include "ultra64.h"
#include "versions.h"
@@ -13,6 +14,8 @@ extern struct PadMgr gPadMgr;
extern struct IrqMgr gIrqMgr;
#include "libc64/malloc.h"
+#include "libu64/rcp_utils.h"
+#include "libu64/runtime.h"
#include "audiomgr.h"
#include "debug_arena.h"
#include "fault.h"
@@ -35,7 +38,7 @@ extern struct IrqMgr gIrqMgr;
#include "global.h"
#pragma increment_block_number "gc-eu:32 gc-eu-mq:32 gc-jp:32 gc-jp-ce:32 gc-jp-mq:32 gc-us:32 gc-us-mq:32 ique-cn:32" \
- "ntsc-1.0:6 ntsc-1.1:6 ntsc-1.2:6 pal-1.0:4 pal-1.1:4"
+ "ntsc-1.0:0 ntsc-1.1:0 ntsc-1.2:0 pal-1.0:254 pal-1.1:254"
extern u8 _buffersSegmentEnd[];