mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-14 14:07:56 -04:00
Improve mismatch of bootPhase1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user