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

Function CARDSetAttributes

src/dolphin/src/card/CARDNet.c:43–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43s32 CARDSetAttributes(s32 chan, s32 fileNo, u8 attr)
44{
45 s32 result;
46
47 result = CARDSetAttributesAsync(chan, fileNo, attr, __CARDSyncCallback);
48 if (result < 0)
49 {
50 return result;
51 }
52
53 return __CARDSync(chan);
54}

Callers 1

iSGSaveFileFunction · 0.85

Calls 2

CARDSetAttributesAsyncFunction · 0.85
__CARDSyncFunction · 0.85

Tested by

no test coverage detected