nn::applet::CTR::AssignGpuRight Function

Syntax

void AssignGpuRight(
     bool flag = true
);

Arguments

Name Description
in flag If this is true, get rendering rights. If this is false, release rendering rights.

Return Values

None.

Description

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.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL