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, discard rendering rights.

Return Values

None.

Description

Declares that an application will start rendering.

This function declares that the application will start rendering when execution switches to the application from a library applet, the HOME Menu, or some other program.

Applications do not normally need to call this function. In future, this function might be removed from the public API.

Revision History

2011/01/24
Mentioned that this function might be made no longer publicly available in future.
2010/11/10
Initial version.

CONFIDENTIAL