mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-04 18:28:45 -04:00
1adace595e
* 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 */
|