Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JHIRMcc.h
Go to the documentation of this file.
1#ifndef JHIRMCC_H
2#define JHIRMCC_H
3
4#include <dolphin/dolphin.h>
5
6struct JHIMccContext;
7
12BOOL JHIInitMCC(JHIMccContext* pCtx, bool* param_1);
14
15#endif /* JHIRMCC_H */
JHIMccContext JHIGetLowSpeedContext()
Definition JHIRMcc.cpp:85
bool JHINegotiateInterface(u32)
Definition JHIRMcc.cpp:69
u32 JHIInitInterface()
Definition JHIRMcc.cpp:35
JHIMccContext JHIGetHiSpeedContext()
Definition JHIRMcc.cpp:73
s32 JHIGetHIO2Handle()
Definition JHIRMcc.cpp:132
BOOL JHIInitMCC(JHIMccContext *pCtx, bool *param_1)
Definition JHIRMcc.cpp:97
int BOOL
Definition types.h:33
unsigned long u32
Definition types.h:12
signed long s32
Definition types.h:11
Definition JHIMccBuf.h:69