#include <nitro/gx/gx.h>void GX_Power2DSub(BOOL enable);This function controls the sub 2D graphics engine. The 2D graphics engine stops when the argument is FALSE; it operates when the argument is TRUE. Electrical consumption can be controlled by stopping the engine.
enable |
When FALSE, the sub 2D graphics engine stops. |
None
GX_SetPower,
GX_Power2D,
GX_Power2DMain
02/09/2004 Initial Version