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
+1 -1
View File
@@ -1,5 +1,5 @@
#include "prevent_bss_reordering.h"
#include "global.h"
#include "carthandle.h"
#include "idle.h"
#include "stack.h"
#include "stackcheck.h"
+3
View File
@@ -0,0 +1,3 @@
#include "carthandle.h"
OSPiHandle* gCartHandle = NULL;
+1 -1
View File
@@ -1,4 +1,4 @@
#include "global.h"
#include "libc/stdbool.h"
#include "idle.h"
void ViConfig_UpdateVi(u32 black) {
+2
View File
@@ -1,8 +1,10 @@
#include "prevent_bss_reordering.h"
#include "global.h"
#include "carthandle.h"
#include "fault.h"
#include "stack.h"
#include "stackcheck.h"
#include "z64dma.h"
#include "z64thread.h"
size_t gDmaMgrDmaBuffSize = 0x2000;