nn::cx::InitUncompContextLZFront Function
void InitUncompContextLZFront(
UncompContextLZ * 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 LZ77 compressed data to the specified decompressed size.
This API supports both LZ compression (backward compatibility) and LZ extended compression.
CONFIDENTIAL