nn::gr::CTR::Texture::MakeDisableCommand Member Function

Syntax

static bit32 * MakeDisableCommand(
     bit32 * command,
     bool isAddDummyCommand = 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.

Return Values

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

Description

Generates the minimum number of commands for disabling textures.

Revision History

2011/01/24
Initial version.

CONFIDENTIAL