Improve mismatch of bootPhase1

This commit is contained in:
Ryan Dwyer
2021-10-07 19:32:25 +10:00
parent c5d2900c56
commit 119f1c2df4
4 changed files with 59 additions and 54 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ void *segGetDatazipRomStart(void);
void *segGetInflateRomStart(void);
void *segGetInflateRomStart2(void);
void *segGetGamezipsRomStart(void);
u32 segInflate();
void segInflate(void *src, void *dst, void *scratch);
#endif
+1 -1
View File
@@ -6,6 +6,6 @@ void tlbInit(void);
s32 tlb000010a4(void);
s32 tlb0000113c(void);
s32 tlbHandleMiss(void);
void tlbUnmapRange(s32 first, s32 last);
void tlbUnmapRange(u32 first, u32 last);
#endif