mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 23:14:37 +00: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:
parent
d374e71cb8
commit
a8151899cf
3 changed files with 36 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue