nn::cx::InitUncompContextRLFront Function
void InitUncompContextRLFront(
UncompContextRL * context,
void* dest,
s32 destSize
);
| Name | Description | |
|---|---|---|
| in | context | Pointer to the decompression context. |
| in | dest | Decompression target address. |
| in | destSize | Expanded size |
Initializes the streaming decompression context for run-length compressed data to the specified decompressed size.
CONFIDENTIAL