Line 38: |
Line 38: |
| | 0x10 | | | 0x10 |
| | 2 | | | 2 |
− | | Number of entries | + | | Number of content entries |
| |- | | |- |
| | 0x12 | | | 0x12 |
− | | 14 | + | | 2 |
| + | | Number of meta entries |
| + | |- |
| + | | 0x14 |
| + | | 12 |
| | | | | |
| |} | | |} |
Line 132: |
Line 136: |
| |} | | |} |
| | | |
− | With SystemUpdate, each entry is 0x10-bytes, with the same format listed here: [[Content_Manager_services#GetUpdateTitleList]].
| + | == Meta records == |
| + | |
| + | Each entry is 0x10 bytes: |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Offset |
| + | ! Size |
| + | ! Description |
| + | |- |
| + | | 0x0 |
| + | | 8 |
| + | | Title ID |
| + | |- |
| + | | 0x8 |
| + | | 4 |
| + | | Title version |
| + | |- |
| + | | 0xC |
| + | | 1 |
| + | | Type (see [[Content_Manager_services#Title_Types|Title Types]]) |
| + | |- |
| + | | 0xD |
| + | | 1 |
| + | | ? bit0 set = don't install? |
| + | |- |
| + | | 0xE |
| + | | 2 |
| + | | Unused? |
| + | |} |
| + | |
| + | This is used for SystemUpdate, see here: [[Content_Manager_services#GetUpdateTitleList]]. |