Correct size of `nusched`

This commit is contained in:
gijs 2023-10-20 11:29:31 +02:00
parent c53a8b95e5
commit ed677a4a28
2 changed files with 2 additions and 2 deletions

View File

@ -448,7 +448,7 @@ typedef struct st_Sched { /* Define the Scheduler structure. */
/* 0x679 */ u8 frameBufferNum; /* Number of frame buffers */
} NUSched; // size = 0x67A
} NUSched; // size = 0x680
/*--------------------------------------*/

View File

@ -1,4 +1,4 @@
nusched = 0x800E917C; // size:0x67A
nusched = 0x800E917C; // size:0x680
nuScRetraceCounter = 0x800C4BCC;
nuScPreNMIFlag = 0x800C4800;
nuScPreNMIFunc = 0x800A9E60;