Small general cleanup (#1644)

* m2ctx.py

* check warnings

* vimode includes

* bgcheck includes

* padmgr includes

* sprintf

* z_std_dma

* sys_ucode

* z64voice

* z64lib

* z64effect_ss

* segment_symbols.h

* padutils

* main

* stdarg.h

* fault

* bzero

* undefined_syms

* z64rumble
This commit is contained in:
Derek Hensley
2024-06-14 21:47:24 -07:00
committed by GitHub
parent 0b375cadb0
commit 3705eaedac
27 changed files with 58 additions and 43 deletions
+7 -3
View File
@@ -31,11 +31,15 @@
* done while waiting for this operation to complete.
*/
#include "global.h"
#include "PR/controller.h"
#include "PR/os_motor.h"
#include "padmgr.h"
#include "libc64/sprintf.h"
#include "PR/os_motor.h"
#include "fault.h"
#include "macros.h"
#include "main.h"
#include "z64math.h"
#include "z64voice.h"
extern FaultMgr gFaultMgr;