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

Function renameFile

src/Osako/CardMgr.cpp:307–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 }
306
307 bool renameFile(s32 chan)
308 {
309#line 394
310 CARD_ASSERT(chan, mcGetStatus);
311
312 if (msaCardData[chan].mTaskStatus == mcNoTask)
313 {
314 msaCardData[chan].mTaskStatus = mcTaskRequested;
315 return SYSTEM_RequestTask(renameTask, (void *)chan, nullptr);
316 }
317 return false;
318 }
319
320 void renameTask(void *arg)
321 {

Callers 1

waitRenameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected