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 | |
|---|---|---|
| destCount | Remaining write size | |
| forceDestCount | Forcibly sets the size of the decompression target | |
| length | Remaining size of continuous write | |
| flags | Compression flag | |
| headerSize | Size of header being read |
CONFIDENTIAL