#include <revolution/hbm.h>
enum
{
HBMMSG_NOSAVE_WIIMENU = 1,
HBMMSG_NOSAVE_RESET = 2,
HBMMSG_NOSAVE_ALL = -1
};
| HBMMSG_NOSAVE_WIIMENU | Do not display any warnings when returning to WiiMenu. (Warnings when WiiWare games end are the same as warnings for 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_ALL and WiiWare.
CONFIDENTIAL