Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
DSIOResult | __read_file (u32 handle, u8 *buffer, size_t *count, void *ref_con) |
DSIOResult | __write_file (u32 handle, u8 *buffer, size_t *count, void *ref_con) |
DSIOResult | __close_file (u32 handle, u8 *buffer, size_t *count, void *ref_con) |
DSIOResult | __access_file (u32 handle, u8 *buffer, size_t *count, void *ref_con, MessageCommandID cmd) |
DSIOResult | __read_console (u32 handle, u8 *buffer, size_t *count, void *ref_con) |
DSIOResult | __TRK_write_console (u32 handle, u8 *buffer, size_t *count, void *ref_con) |
static DSIOResult __access_file | ( | u32 | handle, |
u8 * | buffer, | ||
size_t * | count, | ||
void * | ref_con, | ||
MessageCommandID | cmd | ||
) |
DSIOResult __close_file | ( | u32 | handle, |
u8 * | buffer, | ||
size_t * | count, | ||
void * | ref_con | ||
) |
DSIOResult __read_console | ( | u32 | handle, |
u8 * | buffer, | ||
size_t * | count, | ||
void * | ref_con | ||
) |
DSIOResult __TRK_write_console | ( | u32 | handle, |
u8 * | buffer, | ||
size_t * | count, | ||
void * | ref_con | ||
) |