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