mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Boot: Add support for booting NAND titles with just the ID
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user