![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| static BOOL | fioIsInitialized (void) |
| static u16 | EndianConvert16 (u16 n) |
| static u32 | EndianConvert32 (u32 n) |
| static int | MPDWaiting (int timeout, volatile int *flag, int value) |
| static void | ShowChannelInfo (MCC_CHANNEL chID) |
| static void | fioErrorReport (char *msg) |
| static void | fioMccChannelEvent (MCC_CHANNEL chID, u32 event, u32 value) |
| static void * | fioPacketMakeHeader (u32 fioCode, u32 dataSize, BOOL bEndianConvert) |
| static int | fioPacketSendPacket (u8 sizeOfBlocks, void *pTopOfSecondBlockData) |
| static void * | fioPacketReceiveResult (u32 fioCode, BOOL bDone) |
| static void | fioPacketReceiveDone (void) |
| static int | fioPacketRead (int fd, void *buffer, int size, int async) |
| static int | fioPacketWrite (int fd, void *buffer, int size, int async) |
| static int | fioPacketResultRead (void *buffer, u32 dataSize) |
| static int | fioPacketResultWrite (void *buffer, u32 dataSize) |
| int | FIOInit (MCC_EXI exiChannel, MCC_CHANNEL chID, u8 blockSize) |
| void | FIOExit (void) |
| int | FIOQuery (void) |
| u8 | FIOGetLastError (void) |
| int | FIOFopen (const char *filename, u32 mode) |
| int | FIOFclose (int handle) |
| u32 | FIOFread (int handle, void *data, u32 size) |
| u32 | FIOFwrite (int handle, void *data, u32 size) |
| u32 | FIOFseek (int handle, s32 offset, u32 mode) |
| int | FIOFprintf (int handle, const char *format,...) |
| int | FIOFflush (int handle) |
| int | FIOFstat (int handle, FIO_Stat *stat) |
| int | FIOFerror (int handle) |
| int | FIOFindFirst (const char *filename, FIO_Finddata *finddata) |
| int | FIOFindNext (FIO_Finddata *finddata) |
| int | FIOOpenDir (const char *dirname, int *dir) |
| int | FIOCloseDir (int dir) |
| s32 | FIOGetDirSize (int dir) |
| s32 | FIOReadDir (int dir, FIO_Finddata *data, s32 numOfData) |
| u32 | FIOGetAsyncBufferSize (void) |
| int | FIOFreadAsync (int handle, void *data, u32 size) |
| int | FIOFwriteAsync (int handle, void *data, u32 size) |
| int | FIOCheckAsyncDone (u32 *result) |
Variables | |
| const char * | __FIOVersion = "<< Dolphin SDK - FIO\tdebug build: Apr 5 2004 03:57:07 (0x2301) >>" |
| static u8 | gBuf [0x2000] |
| static u8 | gPrintBuf [0x400] |
| static u8 | gmSizeOfBlocks = 1 |
| static u8 | gSizeOfBlocks = 1 |
| static volatile BOOL | gProcDone = TRUE |
| static MCC_CHANNEL | gmChID |
| static MCC_CHANNEL | gChID |
| static int | gQuery |
| static volatile int | gProcBusy |
| static volatile u32 | gStreamReady |
| static u8 | gLastErr |
| static BOOL | bAsyncIsRead |
| static FIO_ASYNC_STATE | bAsyncBusy |
| static void * | bAsyncBuffer |
| static u32 | gAsyncDataSize |
| static u32 | gRequestSequenceNumber |
| int FIOCheckAsyncDone | ( | u32 * | result | ) |
| int FIOCloseDir | ( | int | dir | ) |
|
static |
| void FIOExit | ( | void | ) |
| int FIOFclose | ( | int | handle | ) |
| int FIOFerror | ( | int | handle | ) |
| int FIOFflush | ( | int | handle | ) |
| int FIOFindFirst | ( | const char * | filename, |
| FIO_Finddata * | finddata ) |
| int FIOFindNext | ( | FIO_Finddata * | finddata | ) |
| int FIOFopen | ( | const char * | filename, |
| u32 | mode ) |
| int FIOFprintf | ( | int | handle, |
| const char * | format, | ||
| ... ) |
| int FIOFreadAsync | ( | int | handle, |
| void * | data, | ||
| u32 | size ) |
| int FIOFstat | ( | int | handle, |
| FIO_Stat * | stat ) |
| int FIOFwriteAsync | ( | int | handle, |
| void * | data, | ||
| u32 | size ) |
| u32 FIOGetAsyncBufferSize | ( | void | ) |
| s32 FIOGetDirSize | ( | int | dir | ) |
| u8 FIOGetLastError | ( | void | ) |
| int FIOInit | ( | MCC_EXI | exiChannel, |
| MCC_CHANNEL | chID, | ||
| u8 | blockSize ) |
|
static |
|
static |
| int FIOOpenDir | ( | const char * | dirname, |
| int * | dir ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| int FIOQuery | ( | void | ) |
| s32 FIOReadDir | ( | int | dir, |
| FIO_Finddata * | data, | ||
| s32 | numOfData ) |
|
static |
|
static |
| const char * __FIOVersion = "<< Dolphin SDK - FIO\tdebug build: Apr 5 2004 03:57:07 (0x2301) >>" |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |