nn::cx::InitUncompContextRL Function#include <nn/cx.h>
void InitUncompContextRL(
UncompContextRL * context,
void * dest
);
| Name | Description | |
|---|---|---|
| in | context | Pointer to the decompression context. |
| in | dest | Decompression target address. |
Initializes the streaming decompression context for run-length compressed data.
CONFIDENTIAL