![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
static DVDCommandBlock * | PopWaitingQueuePrio (s32 prio) |
void | __DVDClearWaitingQueue (void) |
int | __DVDPushWaitingQueue (s32 prio, DVDCommandBlock *block) |
DVDCommandBlock * | __DVDPopWaitingQueue (void) |
int | __DVDCheckWaitingQueue (void) |
int | __DVDDequeueWaitingQueue (DVDCommandBlock *block) |
int | __DVDIsBlockInWaitingQueue (DVDCommandBlock *block) |
void | DVDDumpWaitingQueue (void) |
Variables | ||
struct { | ||
DVDCommandBlock * next | ||
DVDCommandBlock * prev | ||
} | WaitingQueue [4] | |
static char * | CommandNames [16] | |
int __DVDCheckWaitingQueue | ( | void | ) |
void __DVDClearWaitingQueue | ( | void | ) |
int __DVDDequeueWaitingQueue | ( | DVDCommandBlock * | block | ) |
int __DVDIsBlockInWaitingQueue | ( | DVDCommandBlock * | block | ) |
DVDCommandBlock * __DVDPopWaitingQueue | ( | void | ) |
int __DVDPushWaitingQueue | ( | s32 | prio, |
DVDCommandBlock * | block ) |
void DVDDumpWaitingQueue | ( | void | ) |
|
static |
|
static |
DVDCommandBlock* next |
DVDCommandBlock* prev |
struct { ... } WaitingQueue[4] |