fix offset comment

This commit is contained in:
Alejandro Javier Asenjo Nitti 2024-04-16 00:40:12 -03:00
parent aa97afffb4
commit 7969da8a9d

View File

@ -86,7 +86,7 @@ typedef struct {
typedef struct { typedef struct {
/* 0x0 */ void* vRomAddress; /* 0x0 */ void* vRomAddress;
/* 0x8 */ SegmentOffset pRom; /* 0x4 */ SegmentOffset pRom;
/* 0xC */ s32 compFlag; /* 0xC */ s32 compFlag;
} DmaEntry; // size = 0x10; } DmaEntry; // size = 0x10;