SSBM Decomp
Loading...
Searching...
No Matches
CARDMount.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_CARDMOUNT_H_
2#define _DOLPHIN_CARDMOUNT_H_
3
4int CARDProbe(long chan);
5s32 CARDProbeEx(s32 chan, s32* memSize, s32* sectorSize);
6s32 CARDMountAsync(s32 chan, void* workArea, CARDCallback detachCallback,
7 CARDCallback attachCallback);
8s32 CARDMount(s32 chan, void* workArea, CARDCallback detachCallback);
10
11#endif // _DOLPHIN_CARDMOUNT_H_
s32 CARDMount(s32 chan, void *workArea, CARDCallback detachCallback)
s32 CARDProbeEx(s32 chan, s32 *memSize, s32 *sectorSize)
int CARDProbe(long chan)
s32 CARDMountAsync(s32 chan, void *workArea, CARDCallback detachCallback, CARDCallback attachCallback)
s32 CARDUnmount(s32 chan)
void(* CARDCallback)(s32 chan, s32 result)
Definition card.h:16
signed long s32
Definition hsd_3B2B.h:1