Set up IOS RAM information area with real values.

This commit is contained in:
booto
2017-01-22 22:50:07 -05:00
parent f70a1a27fa
commit 3ba388138d
7 changed files with 476 additions and 154 deletions

View File

@ -420,9 +420,13 @@ bool CBoot::BootUp()
// Poor man's bootup
if (_StartupPara.bWii)
SetupWiiMemory();
{
SetupWiiMemory(0x0000000100000050ULL);
}
else
{
EmulatedBS2_GC(true);
}
Load_FST(_StartupPara.bWii);
if (!Boot_ELF(_StartupPara.m_strFilename))