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

Function CARDRead

src/dolphin/src/card/CARDRead.c:141–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141s32 CARDRead(CARDFileInfo *fileInfo, void *buffer, s32 length, s32 offset)
142{
143 s32 result = CARDReadAsync(fileInfo, buffer, length, offset, __CARDSyncCallback);
144
145 if (result < 0)
146 {
147 return result;
148 }
149
150 return __CARDSync(fileInfo->chan);
151}

Callers 1

iSG_curKosherFunction · 0.85

Calls 2

CARDReadAsyncFunction · 0.85
__CARDSyncFunction · 0.85

Tested by

no test coverage detected