Expand description
Thumb table loader.
Loads the thumbnail lookup table.
File layout (on disk):
S_tnm_thumbnail_database_header:i32 header_sizei32 versioni32 data_cnt
lzss_stream[...](Siglus LZSS byte-oriented stream)
Decompressed layout:
- Repeated
data_cnttimes:TCHAR pct[](UTF-16LE) NUL-terminatedTCHAR thumb[](UTF-16LE) NUL-terminated
The engine lowercases both strings (str_to_lower) and inserts them into
a map pct -> thumb.