nn::cx::UncompContextRL Structurenn/cx.h struct UncompContextRL
{
u8 * destp;
s32 destCount;
s32 forceDestCount;
u16 length;
u8 flags;
u8 headerSize;
};
The context for decompressing run-length compressed data.
| destp | u8 * | Write-destination pointer | |
|---|---|---|---|
| destCount | s32 | Remaining write size | |
| forceDestCount | s32 | Forcibly sets the size of the decompression target | |
| length | u16 | Remaining size of continuous write | |
| flags | u8 | Compression flag | |
| headerSize | u8 | Size of header being read |
CONFIDENTIAL