Line 230: |
Line 230: |
| | 0xC | | | 0xC |
| | 0x4 | | | 0x4 |
− | | Usually 0x1C | + | | Data Size (Always 0x1C) |
| |- | | |- |
| | 0x10 | | | 0x10 |
| | 0x4 | | | 0x4 |
− | | Usually 0x0 | + | | Size of Content Owner ID section. |
| |- | | |- |
| | 0x14 | | | 0x14 |
| | 0x4 | | | 0x4 |
− | | Usually 0x1C | + | | Data size (0x1C) plus Content Owner size |
| |- | | |- |
| | 0x18 | | | 0x18 |
| | 0x4 | | | 0x4 |
− | | Usually 0x0 | + | | Size of Save Data owners section (for applications that wish to share save data?) |
| |- | | |- |
| + | | 0x1C |
| + | | 0x4 |
| + | | (OPTIONAL) Amount of content owner id's |
| + | |- |
| + | | 0x1C |
| + | | 0x8 * Content Owner ID's |
| + | | Content owner ID's as uint64's. |
| + | |- |
| + | | VARIABLE |
| + | | 0x4 |
| + | | Amount of save owner id's |
| + | |- |
| + | | VARIABLE |
| + | | 0x1 * Save data owner accessibilities (?) |
| + | | Sets flags for what save data owners can do with other applications save data (?) |
| + | |- |
| + | | VARIABLE (Pad to nearest 4 bytes) |
| + | | 0x8 * Amount of save owner ID's |
| + | | Save data owner ID's |
| |} | | |} |
| | | |