nn::applet::CTR::ReleaseGpuRight Function

Syntax

void ReleaseGpuRight(
     void
);

Arguments

None.

Return Values

None.

Description

Declares that the application will release rendering rights to another program.

This function declares that an Applet will stop rendering when execution switches to a library applet, the HOME Menu, or some other program.

Programs 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