#include <nitro/mb.h>void MB_SetPowerSaveMode(BOOL enable);| enable | This is set to TRUE to enable power save mode; set to FALSE to disable it.
This setting is enabled by default. |
None.
Specifies the communications power save mode that is used in the MB library. The default setting is 'enabled.' This function is an option that provides more stable operation in scenes where power consumption is not an important issue. An ordinary game application should not use this unless its operating environment is one that guarantees a connection to a power source.
This function can be called only after the MB_Init function and before the MB_StartParent function.
2005/04/11 Initial version.
CONFIDENTIAL