1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-12 01:40:47 +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:
fig02 2025-04-25 21:12:35 -04:00 committed by GitHub
parent d4528a0541
commit 25b2fa4bca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 137 additions and 92 deletions

View file

@ -6,6 +6,7 @@
#include "z_en_mag.h"
#include "avoid_ub.h"
#include "controller.h"
#include "gfx.h"
#include "gfx_setupdl.h"

View file

@ -18,6 +18,7 @@
#include "libc64/qrand.h"
#include "libu64/debug.h"
#include "avoid_ub.h"
#include "controller.h"
#include "gfx.h"
#include "gfx_setupdl.h"

View file

@ -5,6 +5,7 @@
#include "controller.h"
#include "gfx.h"
#include "gfx_setupdl.h"
#include "language_array.h"
#include "letterbox.h"
#include "macros.h"
#include "main.h"

View file

@ -4,6 +4,7 @@
#include "controller.h"
#include "gfx.h"
#include "gfx_setupdl.h"
#include "language_array.h"
#include "printf.h"
#include "regs.h"
#include "rumble.h"

View file

@ -2,6 +2,7 @@
#include "gfx.h"
#include "gfx_setupdl.h"
#include "language_array.h"
#include "map.h"
#include "printf.h"
#include "regs.h"

View file

@ -4,6 +4,7 @@
#include "gfx.h"
#include "gfx_setupdl.h"
#include "gfxalloc.h"
#include "language_array.h"
#include "map.h"
#if PLATFORM_N64
#include "n64dd.h"