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

Function format

src/Osako/CardMgr.cpp:114–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 bool format(s32 chan)
115 {
116 if (msaCardData[chan].mTaskStatus == mcNoTask)
117 {
118 msaCardData[chan].mTaskStatus = mcTaskRequested;
119 return SYSTEM_RequestTask(formatTask, (void *)chan, nullptr);
120 }
121
122 return false;
123 }
124
125 void formatTask(void *arg)
126 {

Callers 1

waitSelectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected