ResourceSizeTable.product.rsizetable: Difference between revisions

m
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];
Anonymous user