Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
DDH_Stubs.h File Reference

Go to the source code of this file.

Functions

int ddh_cc_initialize (void *inputPendingPtrRef, AmcEXICallback monitorCallback)
 
int ddh_cc_shutdown ()
 
int ddh_cc_open ()
 
int ddh_cc_close ()
 
int ddh_cc_read (u8 *data, int size)
 
int ddh_cc_write (const u8 *bytes, int length)
 
int ddh_cc_pre_continue ()
 
int ddh_cc_post_stop ()
 
int ddh_cc_peek ()
 
int ddh_cc_initinterrupts ()
 

Function Documentation

◆ ddh_cc_close()

int ddh_cc_close ( )

◆ ddh_cc_initialize()

int ddh_cc_initialize ( void inputPendingPtrRef,
AmcEXICallback  monitorCallback 
)

◆ ddh_cc_initinterrupts()

int ddh_cc_initinterrupts ( )

◆ ddh_cc_open()

int ddh_cc_open ( )

◆ ddh_cc_peek()

int ddh_cc_peek ( )

◆ ddh_cc_post_stop()

int ddh_cc_post_stop ( )

◆ ddh_cc_pre_continue()

int ddh_cc_pre_continue ( )

◆ ddh_cc_read()

int ddh_cc_read ( u8 data,
int  size 
)

◆ ddh_cc_shutdown()

int ddh_cc_shutdown ( )

◆ ddh_cc_write()

int ddh_cc_write ( const u8 bytes,
int  length 
)