nn::gd::CTR::System::ForceDirty Member Function

Syntax

static void ForceDirty(
     u32 flag
);

Parameters

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.

Return Values

None.

Description

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.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL