wiiSDCard
object. You use it to query statistics and informaton about the card, and call on it to perform title-related operations.sdCard.checkValidSD(titleId, titleSize)
isInserted()
.titleId
with the given titleSize
is available to be migrated to the SD, depending on a myriad of checks.sdCard.isInserted()
true
or false
, depending on its state.sdCard.isJournaling()
sdCard.getFreeKBytes()
sdCard.getSDBackupSize()
sdCard.setJournalFlag(titleId)
titleId
for downloading directly to the inserted SD card.sdCard.backupToSDCard(titleId)
sdCard.stopBackupToSDCard()
sdCard.setCancelJournal()
sdCard.hasProgressFinished()
true
or false
on whether a previously registered journaling or backup operation has completed.