mirror of
https://github.com/zeldaret/oot
synced 2026-06-08 04:17:06 -04:00
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:
+4
-1
@@ -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[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user