diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2023-11-09 15:08:21 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-10 10:08:21 +1100 |
| commit | e96f18d4e720663f79c6a7dc74c19b3c7f83ea5f (patch) | |
| tree | 82f6a61d1ee91f673c3d77b45e7622fc428505d4 /include | |
| parent | 70637abca9c4c44f7989c76937ab87771ed03804 (diff) | |
Small boot cleanup (#1475)
Diffstat (limited to 'include')
| -rw-r--r-- | include/carthandle.h | 8 | ||||
| -rw-r--r-- | include/variables.h | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/include/carthandle.h b/include/carthandle.h new file mode 100644 index 000000000..72d0821e5 --- /dev/null +++ b/include/carthandle.h @@ -0,0 +1,8 @@ +#ifndef CARTHANDLE_H +#define CARTHANDLE_H + +#include "ultra64.h" + +extern OSPiHandle* gCartHandle; + +#endif diff --git a/include/variables.h b/include/variables.h index 2b088fa0c..7b1313415 100644 --- a/include/variables.h +++ b/include/variables.h @@ -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; |
