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

Function CARDCheck

src/dolphin/src/card/CARDCheck.c:393–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393s32 CARDCheck(s32 channel)
394{
395 s32 result;
396 s32 xferBytes;
397
398 result = CARDCheckExAsync(channel, &xferBytes, __CARDSyncCallback);
399
400 if (result < 0 || &xferBytes == NULL)
401 {
402 return result;
403 }
404
405 return __CARDSync(channel);
406}

Callers

nothing calls this directly

Calls 2

CARDCheckExAsyncFunction · 0.85
__CARDSyncFunction · 0.85

Tested by

no test coverage detected