SSBM Decomp
Loading...
Searching...
No Matches
mcc.h
Go to the documentation of this file.
1#ifndef DOLPHIN_MCC_MCC_H
2#define DOLPHIN_MCC_MCC_H
3
4#include <placeholder.h>
5
12/* 32CC80 */ void SetChannelInfoDirty(bool dirty);
26/* 32DA3C */ u8 MCCGetLastError(void);
36
37#endif
UNK_RET MCCSetChannelEventMask(UNK_PARAMS)
UNK_RET MCCGetChannelInfo(UNK_PARAMS)
UNK_RET MCCWrite(UNK_PARAMS)
UNK_RET MCCStreamOpen(UNK_PARAMS)
UNK_RET MCCExit(UNK_PARAMS)
UNK_RET MCCStreamClose(UNK_PARAMS)
UNK_RET MCCEnumDevices(UNK_PARAMS)
UNK_RET SearchFreeBlocks(UNK_PARAMS)
UNK_RET MakeMemoryMap(UNK_PARAMS)
void SetChannelInfoDirty(bool dirty)
callbackEventStream
Definition mcc.c:18
UNK_RET MailboxCheck(UNK_PARAMS)
u8 MCCGetLastError(void)
MakeMemoryMap
Definition mcc.c:49
UNK_RET MCCExiCallback(UNK_PARAMS)
UNK_RET WaitAMinute(UNK_PARAMS)
UNK_RET NotifyCompulsorily(UNK_PARAMS)
UNK_RET MCCGetFreeBlocks(UNK_PARAMS)
UNK_RET MCCRxCallback(UNK_PARAMS)
UNK_RET MCCGetConnectionStatus(UNK_PARAMS)
UNK_RET MCCStreamWrite(UNK_PARAMS)
UNK_RET callbackEventStream(UNK_PARAMS)
UNK_RET MCCRead(UNK_PARAMS)
UNK_RET MCCCheckAsyncDone(UNK_PARAMS)
UNK_RET MCCOpen(UNK_PARAMS)
UNK_RET MCCTxCallback(UNK_PARAMS)
UNK_RET FlushChannelInfo(UNK_PARAMS)
UNK_RET MCCClose(UNK_PARAMS)
UNK_RET LoadChannelInfo(UNK_PARAMS)
UNK_RET mccInitializeCheck(UNK_PARAMS)
UNK_RET MCCInit(UNK_PARAMS)
UNK_RET MCCNotify(UNK_PARAMS)
#define UNK_PARAMS
#define UNK_RET
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20