![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
| struct | OSCalendarTime |
| struct | OSBootInfo_s |
| struct | OSIOSRev |
| struct | OSStopwatch |
Typedefs | |
| typedef struct OSCalendarTime | OSCalendarTime |
| typedef struct OSBootInfo_s | OSBootInfo |
| typedef struct OSIOSRev | OSIOSRev |
| typedef struct OSStopwatch | OSStopwatch |
Functions | |
| void | OSReportInit (void) |
| void | OSVAttention (const char *fmt, va_list args) |
| u32 __OSPhysicalMemSize | AT_ADDRESS (OS_BASE_CACHED|0x0028) |
| u32 | OSGetConsoleType (void) |
| void | OSInit (void) |
| void | OSRegisterVersion (const char *id) |
| void * | OSGetArenaHi (void) |
| void * | OSGetArenaLo (void) |
| void | OSSetArenaHi (void *newHi) |
| void | OSSetArenaLo (void *newLo) |
| void | OSSetMEM1ArenaHi (void *newHi) |
| void | OSSetMEM1ArenaLo (void *newLo) |
| void | OSSetMEM2ArenaHi (void *newHi) |
| void | OSSetMEM2ArenaLo (void *newLo) |
| void * | OSGetMEM1ArenaLo (void) |
| void * | OSGetMEM1ArenaHi (void) |
| void * | OSGetMEM2ArenaLo (void) |
| void * | OSGetMEM2ArenaHi (void) |
| void * | OSAllocFromMEM1ArenaLo (u32 size, u32 align) |
| void * | OSAllocFromMEM1ArenaHi (u32 size, u32 align) |
| void | __OSPSInit (void) |
| void | __OSFPRInit (void) |
| u32 | __OSGetDIConfig (void) |
| void | OSDefaultExceptionHandler (__OSException exception, OSContext *context) |
| void | OSInitStopwatch (OSStopwatch *sw, char *name) |
| void | OSStartStopwatch (OSStopwatch *sw) |
| void | OSStopStopwatch (OSStopwatch *sw) |
| OSTime | OSCheckStopwatch (OSStopwatch *sw) |
| void | OSResetStopwatch (OSStopwatch *sw) |
| void | OSDumpStopwatch (OSStopwatch *sw) |
| OSTick | OSGetTick (void) |
| OSTime | OSGetTime (void) |
| void | OSTicksToCalendarTime (OSTime ticks, OSCalendarTime *td) |
| OSTime | OSCalendarTimeToTicks (OSCalendarTime *td) |
| BOOL | OSEnableInterrupts (void) |
| BOOL | OSDisableInterrupts (void) |
| BOOL | OSRestoreInterrupts (BOOL level) |
| u32 | OSGetSoundMode (void) |
| void | OSSetSoundMode (u32 mode) |
| u8 | OSGetAppType (void) |
| DECL_WEAK void | OSReport (const char *msg,...) |
| DECL_WEAK void | OSVReport (const char *msg, va_list list) |
| DECL_WEAK void | OSPanic (const char *file, int line, const char *msg,...) |
| void | OSFatal (GXColor fg, GXColor bg, const char *msg) |
| DECL_WEAK void | OSAttention (const char *msg,...) |
| DECL_WEAK void | OSReport_Error (const char *fmt,...) |
| DECL_WEAK void | OSReport_FatalError (const char *fmt,...) |
| DECL_WEAK void | OSReport_System (const char *fmt,...) |
| DECL_WEAK void | OSReport_Warning (const char *fmt,...) |
| DECL_WEAK void | OSReportDisable (void) |
| DECL_WEAK void | OSReportEnable (void) |
| DECL_WEAK void | OSReportForceEnableOff (void) |
| DECL_WEAK void | OSReportForceEnableOn (void) |
| DECL_WEAK void | OSSwitchFiberEx (u32, u32, u32, u32, u32, u32) |
| void * | OSPhysicalToCached (u32 paddr) |
| void * | OSPhysicalToUncached (u32 paddr) |
| u32 | OSCachedToPhysical (void *caddr) |
| u32 | OSUncachedToPhysical (void *ucaddr) |
| void * | OSCachedToUncached (void *caddr) |
| void * | OSUncachedToCached (void *ucaddr) |
| OSTime | __OSGetSystemTime (void) |
| s16 | __OSf32tos16 (__REGISTER f32 inF) |
| void | OSf32tos16 (f32 *f, s16 *out) |
| u8 | __OSf32tou8 (__REGISTER f32 inF) |
| void | OSf32tou8 (f32 *f, u8 *out) |
| static void | OSInitFastCast (void) |
| typedef struct OSBootInfo_s OSBootInfo |
| typedef struct OSCalendarTime OSCalendarTime |
| typedef struct OSIOSRev OSIOSRev |
| typedef struct OSStopwatch OSStopwatch |
| void __OSFPRInit | ( | void | ) |
| u32 __OSGetDIConfig | ( | void | ) |
|
extern |
| void __OSPSInit | ( | void | ) |
| u32 __OSPhysicalMemSize AT_ADDRESS | ( | OS_BASE_CACHED| | 0x0028 | ) |
| DECL_WEAK void OSAttention | ( | const char * | msg, |
| ... ) |
| u32 OSCachedToPhysical | ( | void * | caddr | ) |
| void * OSCachedToUncached | ( | void * | caddr | ) |
| OSTime OSCalendarTimeToTicks | ( | OSCalendarTime * | td | ) |
| OSTime OSCheckStopwatch | ( | OSStopwatch * | sw | ) |
| void OSDefaultExceptionHandler | ( | __OSException | exception, |
| OSContext * | context ) |
| BOOL OSDisableInterrupts | ( | void | ) |
| void OSDumpStopwatch | ( | OSStopwatch * | sw | ) |
| BOOL OSEnableInterrupts | ( | void | ) |
| u8 OSGetAppType | ( | void | ) |
| void * OSGetArenaHi | ( | void | ) |
| void * OSGetArenaLo | ( | void | ) |
| u32 OSGetConsoleType | ( | void | ) |
| void * OSGetMEM1ArenaHi | ( | void | ) |
| void * OSGetMEM1ArenaLo | ( | void | ) |
| void * OSGetMEM2ArenaHi | ( | void | ) |
| void * OSGetMEM2ArenaLo | ( | void | ) |
| u32 OSGetSoundMode | ( | void | ) |
| OSTick OSGetTick | ( | void | ) |
| OSTime OSGetTime | ( | void | ) |
| void OSInit | ( | void | ) |
|
inlinestatic |
| void OSInitStopwatch | ( | OSStopwatch * | sw, |
| char * | name ) |
| DECL_WEAK void OSPanic | ( | const char * | file, |
| int | line, | ||
| const char * | msg, | ||
| ... ) |
| void * OSPhysicalToCached | ( | u32 | paddr | ) |
| void * OSPhysicalToUncached | ( | u32 | paddr | ) |
| void OSRegisterVersion | ( | const char * | id | ) |
| DECL_WEAK void OSReport | ( | const char * | msg, |
| ... ) |
| DECL_WEAK void OSReport_Error | ( | const char * | fmt, |
| ... ) |
| DECL_WEAK void OSReport_FatalError | ( | const char * | fmt, |
| ... ) |
| DECL_WEAK void OSReport_System | ( | const char * | fmt, |
| ... ) |
| DECL_WEAK void OSReport_Warning | ( | const char * | fmt, |
| ... ) |
| DECL_WEAK void OSReportDisable | ( | void | ) |
| DECL_WEAK void OSReportEnable | ( | void | ) |
| DECL_WEAK void OSReportForceEnableOff | ( | void | ) |
| DECL_WEAK void OSReportForceEnableOn | ( | void | ) |
| void OSReportInit | ( | void | ) |
| void OSResetStopwatch | ( | OSStopwatch * | sw | ) |
| void OSSetArenaHi | ( | void * | newHi | ) |
| void OSSetArenaLo | ( | void * | newLo | ) |
| void OSSetMEM1ArenaHi | ( | void * | newHi | ) |
| void OSSetMEM1ArenaLo | ( | void * | newLo | ) |
| void OSSetMEM2ArenaHi | ( | void * | newHi | ) |
| void OSSetMEM2ArenaLo | ( | void * | newLo | ) |
| void OSSetSoundMode | ( | u32 | mode | ) |
| void OSStartStopwatch | ( | OSStopwatch * | sw | ) |
| void OSStopStopwatch | ( | OSStopwatch * | sw | ) |
| void OSTicksToCalendarTime | ( | OSTime | ticks, |
| OSCalendarTime * | td ) |
| void * OSUncachedToCached | ( | void * | ucaddr | ) |
| u32 OSUncachedToPhysical | ( | void * | ucaddr | ) |
| void OSVAttention | ( | const char * | fmt, |
| va_list | args ) |
| DECL_WEAK void OSVReport | ( | const char * | msg, |
| va_list | list ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
m_Do_printf.cpp OSReport and printf Helper Functions
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |