diff --git a/Source/Core/DolphinQt2/GameList/GameList.cpp b/Source/Core/DolphinQt2/GameList/GameList.cpp index 0c3915dbcc..3e71ac7aa8 100644 --- a/Source/Core/DolphinQt2/GameList/GameList.cpp +++ b/Source/Core/DolphinQt2/GameList/GameList.cpp @@ -169,7 +169,7 @@ void GameList::ShowContextMenu(const QPoint&) if (platform == DiscIO::Platform::WII_DISC) { menu->addAction(tr("Perform System Update"), [this] { - WiiUpdate::PerformDiscUpdate(GetSelectedGame().toStdString(), this); + WiiUpdate::PerformDiscUpdate(GetSelectedGame()->GetFilePath().toStdString(), this); }); menu->setEnabled(!Core::IsRunning() || !SConfig::GetInstance().bWii); }