#ifndef USE_FOR_NETWORKMANUAL
#define USE_FOR_NETWORKMANUAL 1
#endif
#include <revolution/hbm.h>
typedef struct
{
void* layoutBuf;
void* msgBuf;
void* graphicBuf;
void* reserve;
u16 width;
u16 height;
GXTexFmt texFmt;
} HBMNetworkManualInfo;
| layoutBuf | Sets the starting address of the region where the additional layout resources are loaded. |
|---|---|
| msgBuf | Sets the starting address of the region for loading the message resource used for displaying the warning dialog before moving to the WiiWare Online Manual. |
| graphicBuf | Sets the starting address of the texture for the WiiWare Simple Operations Guide. |
| reserve | This is a reserved region. |
| width | Width (in pixels) of the texture for the WiiWare Simple Operations Guide. |
| height | Height (in pixels) of the texture for the WiiWare Simple Operations Guide. |
| texFmt | Format of the texture for the WiiWare Simple Operations Guide. |
Structure that stores additional resource information for WiiWare.
CONFIDENTIAL