nn::applet::CTR::AssignGpuRight Function
void AssignGpuRight(
bool flag = true
);
| Name | Description | |
|---|---|---|
| in | flag | If this is true, get rendering rights. If this is false, release rendering rights. |
Declares that an Applet will start rendering.
This function declares that an Applet will start rendering when execution switches to the Applet from a library applet, the HOME Menu, or some other program.
Programs do not normally need to call this function.
CONFIDENTIAL