CVer: Difference between revisions
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
|} | |} | ||
Unused TitleID entries are all-zero, therefore the total number of entries can be determined by finding the first all-zero entry. This list does not contain *all* system titles, though most are contained in this list. | Unused TitleID entries are all-zero, therefore the total number of entries can be determined by finding the first all-zero entry. This list does not contain *all* system titles, though most are contained in this list. | ||
This file was removed from the CDN CVer RomFS, starting with [[8.0.0-18]]. | |||
=== version.bin === | === version.bin === | ||
Line 44: | Line 46: | ||
| 0x3 | | 0x3 | ||
| Reserved | | Reserved | ||
|} | |||
=== masterkey.bin === | |||
This 0x40-byte file was added with [[7.2.0-17]]. | |||
{| class="wikitable" border="1" | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x4 | |||
| First u8 is region, next u8 is version, the rest is all-zero. v7.2 USA = 0xa01, v8.0 USA = 0xb01, v8.0 EUR = 0xb02. | |||
|- | |||
| 0x4 | |||
| 0xC | |||
| All-zero | |||
|- | |||
| 0x10 | |||
| 0x30 | |||
| Random data, this is different for each version and region of this file. | |||
|} | |} |