![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Classes | |
| struct | STRUCT_TIMELOG |
Functions | |
| STRUCT_TIMELOG * | __ai_src_get_time (void) |
| static void | __AIDHandler (__OSInterrupt interrupt, OSContext *context) |
| static void | __AICallbackStackSwitch (void *cb) |
| static void | __AI_SRC_INIT (void) |
| AIDCallback | AIRegisterDMACallback (AIDCallback callback) |
| void | AIInitDMA (u32 start_addr, u32 length) |
| BOOL | AIGetDMAEnableFlag (void) |
| void | AIStartDMA (void) |
| void | AIStopDMA (void) |
| u32 | AIGetDMABytesLeft (void) |
| u32 | AIGetDMAStartAddr (void) |
| u32 | AIGetDMALength (void) |
| BOOL | AICheckInit (void) |
| void | AISetDSPSampleRate (u32 rate) |
| u32 | AIGetDSPSampleRate (void) |
| void | AIInit (u8 *stack) |
| void | AIReset (void) |
| static asm void | __AICallbackStackSwitch (__REGISTER void *cb) |
Variables | |
| const char * | __AIVersion = "<< RVL_SDK - AI \tdebug build: "BUILD_DATE" "BUILD_TIME" (0x4302_145) >>" |
| static AIDCallback | __AID_Callback |
| static u8 * | __CallbackStack |
| static u8 * | __OldStack |
| static BOOL | __AI_init_flag |
| static BOOL | __AID_Active |
| static OSTime | bound_32KHz |
| static OSTime | bound_48KHz |
| static OSTime | min_wait |
| static OSTime | max_wait |
| static OSTime | buffer |
| STRUCT_TIMELOG | __AIprofile |
| OSTime | __ai_src_time_start |
| OSTime | __ai_src_time_end |
| STRUCT_TIMELOG * __ai_src_get_time | ( | void | ) |
|
static |
|
static |
|
static |
|
static |
| BOOL AICheckInit | ( | void | ) |
| u32 AIGetDMABytesLeft | ( | void | ) |
| BOOL AIGetDMAEnableFlag | ( | void | ) |
| u32 AIGetDMALength | ( | void | ) |
| u32 AIGetDMAStartAddr | ( | void | ) |
| u32 AIGetDSPSampleRate | ( | void | ) |
| void AIInit | ( | u8 * | stack | ) |
| AIDCallback AIRegisterDMACallback | ( | AIDCallback | callback | ) |
| void AIReset | ( | void | ) |
| void AISetDSPSampleRate | ( | u32 | rate | ) |
| void AIStartDMA | ( | void | ) |
| void AIStopDMA | ( | void | ) |
|
static |
| OSTime __ai_src_time_end |
| OSTime __ai_src_time_start |
|
static |
|
static |
| STRUCT_TIMELOG __AIprofile |
| const char* __AIVersion = "<< RVL_SDK - AI \tdebug build: "BUILD_DATE" "BUILD_TIME" (0x4302_145) >>" |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |