mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 22:11:24 -04:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user