NPDM: Difference between revisions
FrasierCrane (talk | contribs) Got most of the file access information. Needs real world testing and better formatting, the amount of variable width fields make things funky. This feature also seems to be unused by any title so far. |
|||
Line 230: | Line 230: | ||
| 0xC | | 0xC | ||
| 0x4 | | 0x4 | ||
| | | Data Size (Always 0x1C) | ||
|- | |- | ||
| 0x10 | | 0x10 | ||
| 0x4 | | 0x4 | ||
| | | Size of Content Owner ID section. | ||
|- | |- | ||
| 0x14 | | 0x14 | ||
| 0x4 | | 0x4 | ||
| | | Data size (0x1C) plus Content Owner size | ||
|- | |- | ||
| 0x18 | | 0x18 | ||
| 0x4 | | 0x4 | ||
| | | 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 | |||
|} | |} | ||