Difference between revisions of "CVer"
Jump to navigation
Jump to search
(Created page with "This CFA contains the files listed below in the RomFS. === cup_list === {| class="wikitable" border="1" ! Offset ! Size ! Description |- | 0x0 | 0x800 | TitleID list of syste...") |
|||
Line 14: | Line 14: | ||
=== version.bin === | === version.bin === | ||
− | This 8-byte file contains | + | This 8-byte file contains most of the data used for displaying the system version in [[System Settings]]. |
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | ! Offset | ||
+ | ! Size | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0x0 | ||
+ | | 0x1 | ||
+ | | Always zero? | ||
+ | |- | ||
+ | | 0x1 | ||
+ | | 0x1 | ||
+ | | Minor version number | ||
+ | |- | ||
+ | | 0x2 | ||
+ | | 0x1 | ||
+ | | Major version number | ||
+ | |- | ||
+ | | 0x3 | ||
+ | | 0x1 | ||
+ | | Always zero? | ||
+ | |- | ||
+ | | 0x4 | ||
+ | | 0x1 | ||
+ | | ASCII character for the system version region | ||
+ | |- | ||
+ | | 0x5 | ||
+ | | 0x3 | ||
+ | | Always zero? | ||
+ | |} |
Revision as of 00:38, 24 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.
Offset | Size | Description |
---|---|---|
0x0 | 0x1 | Always zero? |
0x1 | 0x1 | Minor version number |
0x2 | 0x1 | Major version number |
0x3 | 0x1 | Always zero? |
0x4 | 0x1 | ASCII character for the system version region |
0x5 | 0x3 | Always zero? |