mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 09:20:17 +00:00
macros.h 3/5: Split various macros (#2512)
* split out various macros * fix * fix2 * fix dw * libc path * fix macro * does this fix bss * fix bss
This commit is contained in:
parent
d4528a0541
commit
25b2fa4bca
35 changed files with 137 additions and 92 deletions
|
@ -2,6 +2,7 @@
|
|||
// threads and provides functions to submit commands to them.
|
||||
#include "libc64/sleep.h"
|
||||
#include "fault.h"
|
||||
#include "gfx.h"
|
||||
#include "irqmgr.h"
|
||||
#include "line_numbers.h"
|
||||
#include "n64dd.h"
|
||||
|
@ -12,7 +13,7 @@
|
|||
#include "z64audio.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
#pragma increment_block_number "ntsc-1.0:64 ntsc-1.1:64 ntsc-1.2:64 pal-1.0:64 pal-1.1:64"
|
||||
#pragma increment_block_number "ntsc-1.0:0 ntsc-1.1:0 ntsc-1.2:0 pal-1.0:0 pal-1.1:0"
|
||||
|
||||
typedef struct struct_801D9C30 {
|
||||
/* 0x000 */ s32 unk_000; // disk start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue