mirror of
https://github.com/zeldaret/oot
synced 2026-05-30 08:56:41 -04:00
Reduce dependencies on global.h (10) (#2490)
* reduce z64.h size * fix z_cheap_proc.inc.c * ,bss * remove temp delcaration
This commit is contained in:
+7
-2
@@ -12,11 +12,16 @@ extern struct Scheduler gScheduler;
|
||||
extern struct PadMgr gPadMgr;
|
||||
extern struct IrqMgr gIrqMgr;
|
||||
|
||||
#include "libc64/malloc.h"
|
||||
#include "audiomgr.h"
|
||||
#include "debug_arena.h"
|
||||
#include "fault.h"
|
||||
#include "padmgr.h"
|
||||
#include "prenmi_buff.h"
|
||||
#include "regs.h"
|
||||
#include "segmented_address.h"
|
||||
#include "stack.h"
|
||||
#include "stackcheck.h"
|
||||
#include "terminal.h"
|
||||
#include "versions.h"
|
||||
#if PLATFORM_N64
|
||||
@@ -28,8 +33,8 @@ extern struct IrqMgr gIrqMgr;
|
||||
|
||||
#include "global.h"
|
||||
|
||||
#pragma increment_block_number "gc-eu:160 gc-eu-mq:160 gc-jp:160 gc-jp-ce:160 gc-jp-mq:160 gc-us:160 gc-us-mq:160" \
|
||||
"ique-cn:160 ntsc-1.0:140 ntsc-1.1:140 ntsc-1.2:140 pal-1.0:138 pal-1.1:138"
|
||||
#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:13 ntsc-1.1:13 ntsc-1.2:13 pal-1.0:11 pal-1.1:11"
|
||||
|
||||
extern u8 _buffersSegmentEnd[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user