mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Set up IOS RAM information area with real values.
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user