nn::fs::CreateExtSaveData Function

Syntax

Result CreateExtSaveData(
     nn::fs::MediaType * pOut,
     nn::fs::ExtSaveDataId id,
     const void * iconData,
     size_t iconDataSize,
     u32 entryDirectory,
     u32 entryFile
);

Arguments

Name Description
out pOut Returns the MediaType of the created extended save data region.
in id Specifies the ID of the extended save data.
in iconData Specifies icon data.
in iconDataSize Specifies the size of the icon data.
in entryDirectory Specifies the number of directories to be stored in this extended save data region.
in entryFile Specifies the number of files to be stored in this extended save data region.

Return Values

Returns the result of the operation.

Description

Creates an extended save data memory region.

Creates extended save data region corresponding to the Id.


CONFIDENTIAL