Core/IOS/IOS: Remove system parameters from BootstrapPPC() and BootIOS()

An EmulationKernel instance already houses a reference to the currently active system instance.
This commit is contained in:
Lioncache
2023-12-18 11:43:49 -05:00
parent 715a551dac
commit 0d75d658b1
5 changed files with 15 additions and 16 deletions

View File

@ -572,7 +572,7 @@ bool CBoot::BootUp(Core::System& system, const Core::CPUThreadGuard& guard,
// Because there is no TMD to get the requested system (IOS) version from,
// we default to IOS58, which is the version used by the Homebrew Channel.
SetupWiiMemory(system, IOS::HLE::IOSC::ConsoleType::Retail);
IOS::HLE::GetIOS()->BootIOS(system, Titles::IOS(58));
IOS::HLE::GetIOS()->BootIOS(Titles::IOS(58));
}
else
{