nn::gd::CTR::System::AddDummyCommands Member Function

Syntax

static void AddDummyCommands(
     u32 countDummyCommands
);

Parameters

Name Description
in countDummyCommands Specifies the number of dummy commands to be inserted.

Return Values

None.

Description

Inserts a dummy command in the command buffer.

Dummy commands are not recognized as commands by the GPU. Dummy commands are used when waiting for the next command, or when aligning command buffer data with the smallest data size.


CONFIDENTIAL