nn::gd::CTR::System::ForceDirty Member Function
static void ForceDirty(
u32 flag
);
| Name | Description | |
|---|---|---|
| in | flag | Specifies the module to place in redraw status. Each bit of the flag corresponds to a specified module. (SystemModule enum table) If System::MODULE_ALL is specified, all modules are put into reconfiguration status. |
Puts the command of the specified module into reconfigure status. This flag can be specified by OR'ing System::Module enum members.
If the next rendering command is called while the specified module is in reconfiguration status, all internal parameters and status 3D commands are created.
CONFIDENTIAL