mirror of
https://github.com/zeldaret/oot
synced 2026-05-26 07:39:01 -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
-1
@@ -1,9 +1,15 @@
|
||||
#include "vi_mode.h"
|
||||
|
||||
#include "global.h"
|
||||
#include "libu64/debug.h"
|
||||
#include "ultra64/viint.h"
|
||||
#include "controller.h"
|
||||
#include "main.h"
|
||||
#include "regs.h"
|
||||
#include "versions.h"
|
||||
|
||||
#include "global.h"
|
||||
#include "macros.h"
|
||||
|
||||
void ViMode_LogPrint(OSViMode* osViMode) {
|
||||
LOG_ADDRESS("osvimodep", osViMode, "../z_vimode.c", 87);
|
||||
LOG_HEX32("osvimodep->comRegs.ctrl", osViMode->comRegs.ctrl, "../z_vimode.c", 88);
|
||||
|
||||
Reference in New Issue
Block a user