ResourceSizeTable.product.rsizetable: Difference between revisions
ResourceSizeTable.product.rsizetable (view source)
Revision as of 20:48, 8 September 2018
, 6 years ago→Name table (optional): fix new line
imported>Leoetlino (Created page with "{{Resloc|path=System/Resource/ResourceSizeTable.product.rsizetable}} '''ResourceSizeTable.product.rsizetable''' is the file where the resource size table is stored. == St...") |
imported>Leoetlino m (→Name table (optional): fix new line) |
||
Line 29: | Line 29: | ||
This is a mapping of resource paths (strings) to resource sizes. This table is optional and is used whenever there would be conflicts in the crc32 table. Only usable if there is a RSTB header. | This is a mapping of resource paths (strings) to resource sizes. This table is optional and is used whenever there would be conflicts in the crc32 table. Only usable if there is a RSTB header. | ||
<syntaxhighlight lang="c++"> | <syntaxhighlight lang="c++"> | ||
struct RstbCrc32NameEntry { | struct RstbCrc32NameEntry { | ||
char name[128]; | char name[128]; |