[ntsc-1.2] Match z_actor_dlftbls.c (#2144)

* Match z_actor_dlftbls.c

* Update src/code/z_actor_dlftbls.c

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>

---------

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
cadmic
2024-09-06 11:02:08 -07:00
committed by GitHub
parent d374e71cb8
commit a8151899cf
3 changed files with 36 additions and 5 deletions
+3
View File
@@ -72,6 +72,8 @@ void Fault_DrawText(s32 x, s32 y, const char* fmt, ...);
#if PLATFORM_N64
void func_800AE1F8(void);
// Not implemented. Silently noop-ing is fine, these are not essential for functionality.
#define Fault_SetFontColor(color) (void)0
#define Fault_SetCharPad(padW, padH) (void)0
@@ -90,6 +92,7 @@ s32 Fault_VPrintf(const char* fmt, va_list args);
#if PLATFORM_N64
extern vs32 gFaultMsgId;
extern volatile OSThread* gFaultFaultedThread;
#define FAULT_MSG_ID gFaultMsgId