Updated docs to use the updated name of a define.

This commit is contained in:
yellows8 2019-10-30 10:50:58 -04:00
parent 4ab50e3752
commit 4981ea02c0
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -64,7 +64,7 @@ typedef struct
/// Save Struct /// Save Struct
typedef struct typedef struct
{ {
u64 program_id; ///< ProgramId of the savedata to access when accessing other programs' savedata via SaveData, otherwise FS_SAVEDATA_CURRENT_TITLEID. u64 program_id; ///< ProgramId of the savedata to access when accessing other programs' savedata via SaveData, otherwise FS_SAVEDATA_CURRENT_PROGRAMID.
AccountUid uid; ///< \ref AccountUid for the user-specific savedata to access, otherwise 0 for common savedata. AccountUid uid; ///< \ref AccountUid for the user-specific savedata to access, otherwise 0 for common savedata.
u64 saveID; ///< saveID, 0 for SaveData. u64 saveID; ///< saveID, 0 for SaveData.
u8 saveDataType; ///< See \ref FsSaveDataType. u8 saveDataType; ///< See \ref FsSaveDataType.