Small boot cleanup (#1475)

This commit is contained in:
Derek Hensley
2023-11-09 15:08:21 -08:00
committed by GitHub
parent 70637abca9
commit e96f18d4e7
9 changed files with 18 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef CARTHANDLE_H
#define CARTHANDLE_H
#include "ultra64.h"
extern OSPiHandle* gCartHandle;
#endif
-1
View File
@@ -10,7 +10,6 @@ extern u16 gFramebuffer1[SCREEN_HEIGHT][SCREEN_WIDTH]; // at 0x80000500
extern u8 D_80025D00[];
// data
extern OSPiHandle* gCartHandle;
extern size_t gDmaMgrDmaBuffSize;
extern vs32 gIrqMgrResetStatus;
extern volatile OSTime sIrqMgrResetTime;