CIA: Difference between revisions
mNo edit summary |
m →Banner |
||
Line 76: | Line 76: | ||
| Reserved = 0 | | Reserved = 0 | ||
|} | |} | ||
This small ' | This small 'table' is immediately followed by a 0x80 large block for the application name (first title) and then a 0x100 bytes large block for the second title (this title will be shown in the system settings). After that there's alway the same order: | ||
* publisher name (aligned to 0x80 bytes) | * publisher name (aligned to 0x80 bytes) | ||
* first title (aligned to 0x80 bytes) | * first title (aligned to 0x80 bytes) | ||
* second title (aligned to 0x100 bytes) | * second title (aligned to 0x100 bytes) | ||
-2 bytes per character- | |||
This order will repeat 10 times, thus there's a 0x1660 bytes large space for these information. | This order will repeat 10 times, thus there's a 0x1660 bytes large space for these information. |