Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
DDH_Stubs.h
Go to the documentation of this file.
1#ifndef OS_DOLPHIN_DDH_STUBS_H
2#define OS_DOLPHIN_DDH_STUBS_H
3
4#include <amc/AmcExi2Comm.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10int ddh_cc_initialize(void* inputPendingPtrRef, EXICallback monitorCallback);
14int ddh_cc_read(u8* data, int size);
15int ddh_cc_write(const u8* bytes, int length);
20
21#ifdef __cplusplus
22}
23#endif
24
25#endif /* OS_DOLPHIN_DDH_STUBS_H */
int ddh_cc_shutdown()
int ddh_cc_pre_continue()
int ddh_cc_peek()
int ddh_cc_initialize(void *inputPendingPtrRef, EXICallback monitorCallback)
int ddh_cc_post_stop()
int ddh_cc_close()
int ddh_cc_open()
int ddh_cc_write(const u8 *bytes, int length)
int ddh_cc_initinterrupts()
int ddh_cc_read(u8 *data, int size)