Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
void | __ARQServiceQueueLo () |
void | __ARQCallbackHack () |
void | __ARQInterruptServiceRoutine () |
void | ARQInit (void) |
void | ARQPostRequest (ARQRequest *request, u32 owner, u32 type, u32 priority, u32 source, u32 dest, u32 length, ARQCallback callback) |
Variables | |
char * | __ARQVersion = "<< Dolphin SDK - ARQ\trelease build: Apr 5 2004 04:15:04 (0x2301) >>" |
static ARQRequest * | __ARQRequestQueueHi |
static ARQRequest * | __ARQRequestTailHi |
static ARQRequest * | __ARQRequestQueueLo |
static ARQRequest * | __ARQRequestTailLo |
static ARQRequest * | __ARQRequestPendingHi |
static ARQRequest * | __ARQRequestPendingLo |
static ARQCallback | __ARQCallbackHi |
static ARQCallback | __ARQCallbackLo |
static u32 | __ARQChunkSize |
static BOOL | __ARQ_init_flag |
void __ARQCallbackHack | ( | ) |
void ARQPostRequest | ( | ARQRequest * | request, |
u32 | owner, | ||
u32 | type, | ||
u32 | priority, | ||
u32 | source, | ||
u32 | dest, | ||
u32 | length, | ||
ARQCallback | callback | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
char* __ARQVersion = "<< Dolphin SDK - ARQ\trelease build: Apr 5 2004 04:15:04 (0x2301) >>" |