| 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 | { |