Function ctru_sys::bossSetStorageInfo
source · pub unsafe extern "C" fn bossSetStorageInfo(
extdataID: u64_,
boss_size: u32_,
mediaType: u8_
) -> Result
Expand description
Set the content data storage location.
§Arguments
extdataID
- u64 extdataID, must have the high word set to the shared-extdata value when it’s for NAND.boss_size
- Probably the max size in the extdata which BOSS can use.mediaType
- Roughly the same as FS mediatype.