WIP Removed all defined or auto undefined symbols (not matching)
This commit is contained in:
@@ -12,7 +12,7 @@ u64 gEntryStack[ENTRY_STACK_LEN_U64];
|
||||
extern u8 core1_us_v10_rzip_ROM_START[];
|
||||
extern u8 core1_us_v10_rzip_ROM_END[];
|
||||
extern u8 D_8002D500;
|
||||
extern u8 D_8023DA20;
|
||||
extern u8 core1_VRAM;
|
||||
extern u32 D_803FFE00[4];
|
||||
|
||||
void func_80000594(u8 **, u8 **);
|
||||
@@ -23,7 +23,7 @@ void func_80000450(s32 arg0){
|
||||
u8 *dst;
|
||||
|
||||
tmp = &D_8002D500;
|
||||
dst = &D_8023DA20;
|
||||
dst = &core1_VRAM;
|
||||
osInitialize();
|
||||
osPiRawStartDma(OS_READ, core1_us_v10_rzip_ROM_START, tmp, core1_us_v10_rzip_ROM_END - core1_us_v10_rzip_ROM_START);
|
||||
while(osPiGetStatus() & PI_STATUS_DMA_BUSY);
|
||||
|
Reference in New Issue
Block a user