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

@ -652,8 +652,7 @@ void MainWindow::PerformOnlineUpdate(const std::string& region)
void MainWindow::BootWiiSystemMenu()
{
StartGame(QString::fromStdString(
Common::GetTitleContentPath(Titles::SYSTEM_MENU, Common::FROM_CONFIGURED_ROOT)));
StartGame(std::make_unique<BootParameters>(BootParameters::NANDTitle{Titles::SYSTEM_MENU}));
}
void MainWindow::NetPlayInit()