#include <nitro/card.h>
typedef struct
{
u32 offset;
u32 length;
} CARDRomRegion;
This structure shows FNT and FAT information based on the ROM format. The structure members are described below.
offset | Indicates the offset value of the beginning of the region from the base. |
length | Indicates the byte size of the region range, from the offset. |
CARD_GetRomRegionFNT, CARD_GetRomRegionFAT
2004/07/09 Initial version.
CONFIDENTIAL