nn::cx::UncompContextRL Structure

Header file: nn/cx.h

Syntax

struct UncompContextRL
{
   u8 * destp;
   s32 destCount;
   s32 forceDestCount;
   u16 length;
   u8 flags;
   u8 headerSize;
};

Description

The context for decompressing run-length compressed data.

Member Variables

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

Revision History

2010/11/10
Initial version.

CONFIDENTIAL