CVer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
This CFA contains the files listed below in the RomFS. | This [[NCCH#CFA|CFA]] contains the files listed below in the RomFS. | ||
=== cup_list === | === cup_list === | ||
| Line 11: | Line 11: | ||
| TitleID list of system titles | | TitleID list of system titles | ||
|} | |} | ||
Unused | 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. | ||
=== version.bin === | === version.bin === | ||
This 8-byte file contains most of the data used for displaying the system version in [[System Settings]]. | This 8-byte file contains most of the data used for displaying the system version in [[System Settings]]. Format of the system version: "<major>.<minor>.<build>-[[NVer|<revision><region>]]". | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
| Line 23: | Line 23: | ||
| 0x0 | | 0x0 | ||
| 0x1 | | 0x1 | ||
| | | Build version number | ||
|- | |- | ||
| 0x1 | | 0x1 | ||
| Line 35: | Line 35: | ||
| 0x3 | | 0x3 | ||
| 0x1 | | 0x1 | ||
| | | Reserved | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
| Line 43: | Line 43: | ||
| 0x5 | | 0x5 | ||
| 0x3 | | 0x3 | ||
| | | Reserved | ||
|} | |} | ||
Revision as of 20:19, 26 September 2012
This CFA contains the files listed below in the RomFS.
cup_list
| Offset | Size | Description |
|---|---|---|
| 0x0 | 0x800 | TitleID list of system titles |
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.
version.bin
This 8-byte file contains most of the data used for displaying the system version in System Settings. Format of the system version: "<major>.<minor>.<build>-<revision><region>".
| Offset | Size | Description |
|---|---|---|
| 0x0 | 0x1 | Build version number |
| 0x1 | 0x1 | Minor version number |
| 0x2 | 0x1 | Major version number |
| 0x3 | 0x1 | Reserved |
| 0x4 | 0x1 | ASCII character for the system version region |
| 0x5 | 0x3 | Reserved |