mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Boot: Add support for booting NAND titles with just the ID
This commit is contained in:
parent
62be010ac6
commit
60ba382799
7 changed files with 49 additions and 11 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue