nn::fs::MountSaveData FunctionResult MountSaveData( const char * archiveName = "data:" );
| Name | Description | |
|---|---|---|
| in | archiveName | Specifies the name of the archive. (If this argument is omitted, "data:" is specified.) |
Mounts a save data archive.
Mounts an application-specific save data region and gives it the specified archive name. The save data region must be formatted before it can be used. If calling this function returns the nn::fs::ResultNotFormatted function, call FormatSaveData to initialize the save data region, then call this function one more time to mount the region.
CONFIDENTIAL