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

Function CARDSetStatus

src/dolphin/src/card/CARDStat.c:143–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143s32 CARDSetStatus(s32 channel, s32 fileNo, CARDStat *state)
144{
145 s32 result = CARDSetStatusAsync(channel, fileNo, state, __CARDSyncCallback);
146 if (result < 0)
147 {
148 return result;
149 }
150
151 return __CARDSync(channel);
152}

Callers 1

iSGSaveFileFunction · 0.85

Calls 2

CARDSetStatusAsyncFunction · 0.85
__CARDSyncFunction · 0.85

Tested by

no test coverage detected