From 7969da8a9db22964d4f33c6061d39839c225a53c Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Tue, 16 Apr 2024 00:40:12 -0300 Subject: [PATCH] fix offset comment --- include/sf64dma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sf64dma.h b/include/sf64dma.h index 541ab4db..f17af54d 100644 --- a/include/sf64dma.h +++ b/include/sf64dma.h @@ -86,7 +86,7 @@ typedef struct { typedef struct { /* 0x0 */ void* vRomAddress; - /* 0x8 */ SegmentOffset pRom; + /* 0x4 */ SegmentOffset pRom; /* 0xC */ s32 compFlag; } DmaEntry; // size = 0x10;