Function ctru_sys::FSUSER_ReadExtSaveDataIcon
source · pub unsafe extern "C" fn FSUSER_ReadExtSaveDataIcon(
bytesRead: *mut u32_,
info: FS_ExtSaveDataInfo,
smdhSize: u32_,
smdh: *mut u8_
) -> Result
Expand description
Reads the SMDH icon of ext save data.
§Arguments
bytesRead
- Pointer to output the number of bytes read to.info
- Info of the save data.smdhSize
- Size of the save data SMDH.smdh
- Pointer to output SMDH data to.