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