mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
ランチャーがDSアプリ起動のためにオートロードしないで済むようにする準備。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1556 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
0531c7073a
commit
ddab607722
@ -233,6 +233,9 @@ BOOL BOOT_WaitStart( void )
|
|||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
post_clear_list = nitro_post_clear_list;
|
post_clear_list = nitro_post_clear_list;
|
||||||
|
// NTR-IPLと同様にシステム領域直前をクリアしておく
|
||||||
|
mem_list[list_count++] = 0x02800000 - OS_BOOT_SYS_CLR_SIZE;
|
||||||
|
mem_list[list_count++] = OS_BOOT_SYS_CLR_SIZE - HW_MAIN_MEM_SHARED_SIZE;
|
||||||
}
|
}
|
||||||
BOOTi_CutAwayRegionList( post_clear_list, (u32)dh->s.main_ram_address, (u32)dh->s.main_ram_address + dh->s.main_size);
|
BOOTi_CutAwayRegionList( post_clear_list, (u32)dh->s.main_ram_address, (u32)dh->s.main_ram_address + dh->s.main_size);
|
||||||
BOOTi_CutAwayRegionList( post_clear_list, (u32)dh->s.sub_ram_address, (u32)dh->s.sub_ram_address + dh->s.sub_size);
|
BOOTi_CutAwayRegionList( post_clear_list, (u32)dh->s.sub_ram_address, (u32)dh->s.sub_ram_address + dh->s.sub_size);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user