MCPcopy Create free account
hub / github.com/doldecomp/mkdd / CARDWrite

Function CARDWrite

libs/dolphin/card/CARDWrite.c:130–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130s32 CARDWrite(CARDFileInfo *fileInfo, const void *addr, s32 length, s32 offset)
131{
132 s32 result = CARDWriteAsync(fileInfo, addr, length, offset, __CARDSyncCallback);
133 if (result < 0)
134 {
135 return result;
136 }
137
138 return __CARDSync(fileInfo->chan);
139}

Callers 1

writeTaskFunction · 0.85

Calls 2

CARDWriteAsyncFunction · 0.85
__CARDSyncFunction · 0.85

Tested by

no test coverage detected