![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| void | __ARQPopTaskQueueHi (void) |
| void | __ARQServiceQueueLo (void) |
| void | __ARQCallbackHack (u32 unused) |
| void | __ARQInterruptServiceRoutine () |
| void | __ARQInitTempQueue (void) |
| void | __ARQPushTempQueue (ARQRequest *task) |
| void | ARQInit (void) |
| void | ARQReset (void) |
| void | ARQPostRequest (ARQRequest *request, u32 owner, u32 type, u32 priority, u32 source, u32 dest, u32 length, ARQCallback callback) |
| void | ARQRemoveRequest (ARQRequest *request) |
| void | ARQRemoveOwnerRequest (u32 owner) |
| void | ARQFlushQueue (void) |
| void | ARQSetChunkSize (u32 size) |
| u32 | ARQGetChunkSize (void) |
| BOOL | ARQCheckInit (void) |
Variables | |
| const char * | __ARQVersion = "<< Dolphin SDK - ARQ\tdebug build: Apr 5 2004 03:56:20 (0x2301) >>" |
| static ARQRequest * | __ARQRequestQueueHi |
| static ARQRequest * | __ARQRequestTailHi |
| static ARQRequest * | __ARQRequestQueueLo |
| static ARQRequest * | __ARQRequestTailLo |
| static ARQRequest * | __ARQRequestQueueTemp |
| static ARQRequest * | __ARQRequestTailTemp |
| static ARQRequest * | __ARQRequestPendingHi |
| static ARQRequest * | __ARQRequestPendingLo |
| static ARQCallback | __ARQCallbackHi |
| static ARQCallback | __ARQCallbackLo |
| static u32 | __ARQChunkSize |
| static BOOL | __ARQ_init_flag |
| void __ARQCallbackHack | ( | u32 | unused | ) |
| void __ARQInitTempQueue | ( | void | ) |
| void __ARQInterruptServiceRoutine | ( | void | ) |
| void __ARQPopTaskQueueHi | ( | void | ) |
| void __ARQPushTempQueue | ( | ARQRequest * | task | ) |
| void __ARQServiceQueueLo | ( | void | ) |
| BOOL ARQCheckInit | ( | void | ) |
| void ARQFlushQueue | ( | void | ) |
| u32 ARQGetChunkSize | ( | void | ) |
| void ARQInit | ( | void | ) |
| void ARQPostRequest | ( | ARQRequest * | request, |
| u32 | owner, | ||
| u32 | type, | ||
| u32 | priority, | ||
| u32 | source, | ||
| u32 | dest, | ||
| u32 | length, | ||
| ARQCallback | callback ) |
| void ARQRemoveOwnerRequest | ( | u32 | owner | ) |
| void ARQRemoveRequest | ( | ARQRequest * | request | ) |
| void ARQReset | ( | void | ) |
| void ARQSetChunkSize | ( | u32 | size | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| const char * __ARQVersion = "<< Dolphin SDK - ARQ\tdebug build: Apr 5 2004 03:56:20 (0x2301) >>" |