CommonTitles: Add a named constant for IOS TIDs

This commit is contained in:
Léo Lam
2017-10-04 10:48:49 +02:00
parent dedb61e5bf
commit 4cc1bd972a
2 changed files with 12 additions and 7 deletions

View File

@ -339,7 +339,7 @@ bool CBoot::BootUp(std::unique_ptr<BootParameters> boot)
// 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();
IOS::HLE::GetIOS()->BootIOS(0x000000010000003a);
IOS::HLE::GetIOS()->BootIOS(Titles::IOS(58));
}
else
{