nn::gr::CTR::Shadow::MakeCommand Member Function

Syntax

bit32 * MakeCommand(
     bit32 * command,
     bool isAddDummyCommand = true,
     bool isAddCacheClearCommand = true
);

Arguments

Name Description
in command The start address for storing the rendering command.
in isAddDummyCommand Specifies whether to generate dummy write commands to register 0x80 three times.
in isAddCacheClearCommand Specifies whether to flush the framebuffer cache before changing the register.

Return Values

Returns the address that follows the end of the stored rendering command.

Description

Generates a command for configuring shadow settings based on information already set.

Revision History

2010/10/25
Initial version.

CONFIDENTIAL