nn::gr::CTR::Shadow::MakeCommand Member Function
bit32 * MakeCommand(
bit32 * command,
bool isAddDummyCommand = true,
bool isAddCacheClearCommand = true
);
| 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. |
Generates a command for configuring shadow settings based on information already set.
CONFIDENTIAL