From 4981ea02c027d21ef3f9668fd59701c308463b4c Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 30 Oct 2019 10:50:58 -0400 Subject: [PATCH] Updated docs to use the updated name of a define. --- nx/include/switch/services/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/fs.h b/nx/include/switch/services/fs.h index 1645c933..4386c422 100644 --- a/nx/include/switch/services/fs.h +++ b/nx/include/switch/services/fs.h @@ -64,7 +64,7 @@ typedef struct /// Save 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. u64 saveID; ///< saveID, 0 for SaveData. u8 saveDataType; ///< See \ref FsSaveDataType.