![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
void | OSSwitchFiberEx (u32 param_0, u32 param_1, u32 param_2, u32 param_3, u32 param_4, u32 param_5) |
void | my_PutString (const char *string) |
void | OSVAttention (const char *fmt, va_list args) |
void | OSAttention (const char *fmt,...) |
void | OSReportDisable () |
void | OSReportEnable () |
void | OSReportForceEnableOn () |
void | OSReportForceEnableOff () |
void | OSReportInit () |
static u8 mDoPrintf_FiberStack[2048] | ALIGN_DECL (32) |
void | mDoPrintf_vprintf_Interrupt (char const *fmt, va_list args) |
void | mDoPrintf_vprintf_Thread (char const *fmt, va_list args) |
void | mDoPrintf_vprintf (char const *fmt, va_list args) |
void | mDoPrintf_VReport (const char *fmt, va_list args) |
void | OSVReport (const char *fmt, va_list args) |
void | OSReport (const char *fmt,...) |
void | OSReport_FatalError (const char *fmt,...) |
void | OSReport_Error (const char *fmt,...) |
void | OSReport_Warning (const char *fmt,...) |
void | OSReport_System (const char *fmt,...) |
void | OSPanic (const char *file, int line, const char *fmt,...) |
Variables | |
u8 | __OSReport_disable |
u8 | __OSReport_Error_disable |
u8 | __OSReport_Warning_disable |
u8 | __OSReport_System_disable |
u8 | __OSReport_enable |
static OSThread * | __OSReport_MonopolyThread |
static u32 | print_counts |
static u32 | print_errors |
static u32 | print_warings |
static u32 | print_systems |
static bool | print_initialized |
static bool | data_80450BB5 |
|
static |
void mDoPrintf_vprintf | ( | char const * | fmt, |
va_list | args ) |
void mDoPrintf_vprintf_Interrupt | ( | char const * | fmt, |
va_list | args ) |
void mDoPrintf_vprintf_Thread | ( | char const * | fmt, |
va_list | args ) |
void mDoPrintf_VReport | ( | const char * | fmt, |
va_list | args ) |
void my_PutString | ( | const char * | string | ) |
void OSAttention | ( | const char * | fmt, |
... ) |
void OSPanic | ( | const char * | file, |
int | line, | ||
const char * | fmt, | ||
... ) |
void OSReport | ( | const char * | fmt, |
... ) |
void OSReport_Error | ( | const char * | fmt, |
... ) |
void OSReport_FatalError | ( | const char * | fmt, |
... ) |
void OSReport_System | ( | const char * | fmt, |
... ) |
void OSReport_Warning | ( | const char * | fmt, |
... ) |
void OSReportDisable | ( | ) |
void OSReportEnable | ( | ) |
void OSReportForceEnableOff | ( | ) |
void OSReportForceEnableOn | ( | ) |
void OSReportInit | ( | void | ) |
void OSSwitchFiberEx | ( | u32 | param_0, |
u32 | param_1, | ||
u32 | param_2, | ||
u32 | param_3, | ||
u32 | param_4, | ||
u32 | param_5 ) |
void OSVAttention | ( | const char * | fmt, |
va_list | args ) |
void OSVReport | ( | const char * | fmt, |
va_list | args ) |
u8 __OSReport_disable |
m_Do_printf.cpp OSReport and printf Helper Functions
u8 __OSReport_enable |
u8 __OSReport_Error_disable |
|
static |
u8 __OSReport_System_disable |
u8 __OSReport_Warning_disable |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |