nn::gx::CTR::SetInternalDriverPrioMode Function

Syntax

void SetInternalDriverPrioMode(
     InternalDriverPrioMode mode
);

Parameters

Name Description
in mode The priority mode for internal operations.

Return Values

None.

Description

Sets the priority of internal operations for the graphics driver.

Changes the priority for certain processes of the graphics driver that operate in the CPU system core. The processes of the graphics driver operate with higher priority than other device processes, but they can be set to operate as described below:

In default setting is INTERNAL_DRIVER_PRIO_MODE_HIGH.

If other devices suffer processing delays during the execution of high-load graphics processes, the problem might be resolved by setting the mode to lowest-priority mode. However, the trade-off is that the performance of graphics processing might slightly decline.

Revision History

2011/06/22
Initial version.

CONFIDENTIAL