Function ctru_sys::romfsMountSelf

source ·
pub unsafe extern "C" fn romfsMountSelf(name: *const c_char) -> Result
Expand description

Mounts the Application’s RomFS.

§Arguments

  • name - Device mount name.

This function is intended to be used to access one’s own RomFS. If the application is running as 3DSX, it mounts the embedded RomFS section inside the 3DSX. If on the other hand it’s an NCCH, it behaves identically to romfsMountFromCurrentProcess.