nn::cx::ReadUncompRL Function
s32 ReadUncompRL(
UncompContextRL * context,
const void * data,
u32 len
);
| Name | Description | |
|---|---|---|
| in | context | Pointer to the decompression context. |
| in | data | Pointer to compressed data. |
| in | len | Data size |
Streaming-decompresses run-length compressed data.
CONFIDENTIAL