![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| asm void | OSSwitchFiberEx (__REGISTER u32 param_0, __REGISTER u32 param_1, __REGISTER u32 param_2, __REGISTER u32 param_3, __REGISTER u32 code, __REGISTER u32 stack) |
| 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] | ATTRIBUTE_ALIGN (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,...) |
|
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 | ) |
| void OSReportEnable | ( | void | ) |
| void OSReportForceEnableOff | ( | void | ) |
| void OSReportForceEnableOn | ( | void | ) |
| void OSReportInit | ( | void | ) |
| asm void OSSwitchFiberEx | ( | __REGISTER u32 | param_0, |
| __REGISTER u32 | param_1, | ||
| __REGISTER u32 | param_2, | ||
| __REGISTER u32 | param_3, | ||
| __REGISTER u32 | code, | ||
| __REGISTER u32 | stack ) |
| 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 |
| u8 print_callerPC |
| u8 print_callerPCLevel = 3 |
| u32 print_counts |
| u32 print_errors |
| u8 print_highPriority |
| u8 print_initialized |
| OSMutex print_mutex |
| u8 print_mutex_initialized |
| u32 print_systems |
| u8 print_threadID |
| u32 print_warings |