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
This commit is contained in:
fig02
2025-04-05 19:16:52 -04:00
committed by GitHub
parent 1beeff9658
commit 5133db15a3
50 changed files with 326 additions and 194 deletions
+4 -1
View File
@@ -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[];