nn::cx::UncompContextRL Structurestruct UncompContextRL
{
u8 * destp;
s32 destCount;
s32 forceDestCount;
u16 length;
u8 flags;
u8 headerSize;
};
The context for decompressing run-length compressed data.
| 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 size of continuous write (2 bytes) | |
| flags | Compression flag (1 byte) | |
| headerSize | Size of header being read (1 byte) |
CONFIDENTIAL