Function ctru_sys::romfsMountFromFile
source · pub unsafe extern "C" fn romfsMountFromFile(
fd: Handle,
offset: u32_,
name: *const c_char
) -> Result
Expand description
Mounts RomFS from an open file.
§Arguments
fd
- FSFILE handle of the RomFS image.offset
- Offset of the RomFS within the file.name
- Device mount name.