[][src]Function fs3ds::get_romfs_vfs

pub fn get_romfs_vfs<T: Read + Seek + Debug + Send + Sync>(
    file: T
) -> Result<IVFCVFS<Partition<Partition<T>>>, GetRomfsError>

Read a .3ds file, and return an IVFCVFS object if succesfull.