nn::fs::MountExtSaveData FunctionResult MountExtSaveData( nn::fs::MediaType * pOut, const char * archiveName, nn::fs::ExtSaveDataId id );
| Name | Description | |
|---|---|---|
| out | pOut | Returns the media of the extended save data that was mounted. |
| in | archiveName | Specifies the archive name. |
| in | id | Specifies the ID of the extended save data. |
Mounts extended save data.
Mounts as an archive the extended save data region having the specified ID. If no extended save data exists, returns the nnfs::ResultArchiveNotFound function. If this happens, call FormatAndMountExtSaveData to create the expanded save data.
The pOut argument returns the media of the extended save data mounted by this function.
CONFIDENTIAL