nn::cx::UncompContextRL Structure

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 Write-destination pointer
destCount Remaining write size
forceDestCount Forcibly sets the size of the decompression target
length Remaining size of continuous write
flags Compression flag
headerSize Size of header being read

Revision History

2010/11/10
Initial version.

CONFIDENTIAL