mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 09:47:52 -04:00
3b26aae532
* Adding explicit dolphin/ prefix & fix characters * Rename ShiftJIS to SJIS * Separate JASSeqReader read methods implementation between compilers. * Fix pointer.h * fix d_item_data typo * fix gcn matching issue
16 lines
325 B
C
16 lines
325 B
C
#ifndef JHIRMCC_H
|
|
#define JHIRMCC_H
|
|
|
|
#include <dolphin/dolphin.h>
|
|
|
|
struct JHIMccContext;
|
|
|
|
u32 JHIInitInterface();
|
|
bool JHINegotiateInterface(u32);
|
|
JHIMccContext JHIGetHiSpeedContext();
|
|
JHIMccContext JHIGetLowSpeedContext();
|
|
BOOL JHIInitMCC(JHIMccContext* pCtx, bool* param_1);
|
|
s32 JHIGetHIO2Handle();
|
|
|
|
#endif /* JHIRMCC_H */
|