Decapitalization

This commit is contained in:
Adubbz 2019-07-04 17:22:33 +10:00
parent c44cef7ca9
commit b93958b3e7

View File

@ -82,7 +82,7 @@ typedef struct {
u64 size; ///< Size of the save data. u64 size; ///< Size of the save data.
u64 journalSize; ///< Journal size of the save data. u64 journalSize; ///< Journal size of the save data.
u64 blockSize; ///< Block size of the save data. u64 blockSize; ///< Block size of the save data.
u64 ownerId; ///< Title Id of the owner of this save data. 0 for SystemSaveData. u64 ownerId; ///< Title id of the owner of this save data. 0 for SystemSaveData.
u32 flags; ///< Save data flags. u32 flags; ///< Save data flags.
u8 SaveDataSpaceId; ///< See \ref FsSaveDataSpaceId. u8 SaveDataSpaceId; ///< See \ref FsSaveDataSpaceId.
u8 unk; ///< 0 for SystemSaveData. u8 unk; ///< 0 for SystemSaveData.