nn::cx::UncompContextLZ Structurestruct UncompContextLZ
{
u8 * destp;
s32 destCount;
s32 forceDestCount;
s32 length;
u8 lengthFlg;
u8 flags;
u8 flagIndex;
u8 headerSize;
u8 exFormat;
};
The context for decompressing LZ77 compressed data.
| destp | Write-destination pointer | |
|---|---|---|
| destCount | Remaining write size | |
| forceDestCount | Forcibly sets the size of the decompression target | |
| length | Remaining length of continuous write | |
| lengthFlg | Flag indicating length has been acquired | |
| flags | Compression flag | |
| flagIndex | Current compression flag index | |
| headerSize | Size of header being read | |
| exFormat | LZ77 extended compression option |
CONFIDENTIAL