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.

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

Revision History

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

CONFIDENTIAL