#include <revolution/hbm.h>
enum
{
HBMMSG_NOSAVE_DEFAULT = 0,
HBMMSG_NOSAVE_WIIMENU = 1,
HBMMSG_NOSAVE_RESET = 2,
HBMMSG_NOSAVE_ALL = -1
};
| HBMMSG_NOSAVE_DEFAULT | Displays the exact message(s) loaded in HBMDataInfo's msgBuf. (If the flag is left as HBMMSG_NOSAVE_DEFAULT, a warning about saving will be displayed when transitioning to the WiiWare Online Manual.) |
|---|---|
| HBMMSG_NOSAVE_WIIMENU | Do not display any warnings when returning to the Wii Menu. (The warning when transitioning to the WiiWare Online Manual is the same as when transitioning to the Wii Menu. Set this flag.) |
| HBMMSG_NOSAVE_RESET | Do not display any warnings when resetting. |
| HBMMSG_NOSAVE_ALL | Do not display any warnings. |
Enumerator that sets flags to the message flag.
When a message file that includes a warning about saving data (home.csv or network.csv) is loaded, warnings about saving data are appended to the confirmation window that appears when Wii Menu or Reset is clicked. However, these warnings can be turned off by specifying this enumerator in the HBMDataInfo structure's messageFlag.
HBMMSG_NOSAVE_DEFAULT.
HBMMSG_NOSAVE_ALL and WiiWare.
CONFIDENTIAL