#include <nitro/card.h>
typedef struct
{
u32 offset;
u32 length;
} CARDRomRegion;
This structure shows FNT and FAT information, which are based on the NitroROM format.
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
07/09/2004 Initial Version