MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / CARDCheckEx

Function CARDCheckEx

src/dolphin/src/card/CARDCheck.c:382–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382s32 CARDCheckEx(s32 chan, s32* xferBytes)
383{
384 s32 result = CARDCheckExAsync(chan, xferBytes, __CARDSyncCallback);
385 if (result < 0 || xferBytes == 0)
386 {
387 return result;
388 }
389
390 return __CARDSync(chan);
391}
392
393s32 CARDCheck(s32 channel)
394{

Callers 3

iSG_mc_tryRepairFunction · 0.85
iSG_mc_isformattedFunction · 0.85
iSG_mc_isGCcardFunction · 0.85

Calls 2

CARDCheckExAsyncFunction · 0.85
__CARDSyncFunction · 0.85

Tested by

no test coverage detected