nn::cx::UncompContextLZ Structure

Syntax

struct UncompContextLZ
{
   u8 * destp;
   s32 destCount;
   s32 forceDestCount;
   s32 length;
   u8 lengthFlg;
   u8 flags;
   u8 flagIndex;
   u8 headerSize;
   u8 exFormat;
};

Description

The context for decompressing LZ77 compressed data.

Member Variables

destp Write-destination pointer (4 bytes)
destCount Remaining size to write (4 bytes)
forceDestCount Forcibly setting the size of the decompression target (4 bytes)
length Remaining length of continuous write (4 bytes)
lengthFlg Length-acquired flag (1 byte)
flags Compression flag (1 bytes)
flagIndex Current compression flag index (1 bytes)
headerSize Size of header being read (1 byte)
exFormat LZ77 extended compression option (1 byte)

CONFIDENTIAL