Boot: Add support for booting NAND titles with just the ID

This commit is contained in:
Léo Lam
2017-10-01 15:41:54 +02:00
parent 62be010ac6
commit 60ba382799
7 changed files with 49 additions and 11 deletions

View File

@ -1225,7 +1225,7 @@ void CFrame::OnShowCheatsWindow(wxCommandEvent& WXUNUSED(event))
void CFrame::OnLoadWiiMenu(wxCommandEvent& WXUNUSED(event))
{
BootGame(Common::GetTitleContentPath(Titles::SYSTEM_MENU, Common::FROM_CONFIGURED_ROOT));
StartGame(std::make_unique<BootParameters>(BootParameters::NANDTitle{Titles::SYSTEM_MENU}));
}
void CFrame::OnInstallWAD(wxCommandEvent& event)