nn::gd::CTR::System::AddDummyCommands Member Function
static void AddDummyCommands(
u32 countDummyCommands
);
| Name | Description | |
|---|---|---|
| in | countDummyCommands | Specifies the number of dummy commands to be inserted. |
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