nn::gx::CTR::SetInternalDriverPrioMode Function
void SetInternalDriverPrioMode(
InternalDriverPrioMode mode
);
| Name | Description | |
|---|---|---|
| in | mode | The priority mode for internal operations. |
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:
NTERNAL_DRIVER_PRIO_MODE_HIGH operate with the highest priority.INTERNAL_DRIVER_PRIO_MODE_LOW operate with the lowest priority.
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.
CONFIDENTIAL