mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Qt: Add menu item to perform system update from disc
This commit is contained in:
parent
0e71c0760e
commit
ea3b351d92
3 changed files with 17 additions and 0 deletions
|
@ -139,4 +139,10 @@ void PerformOnlineUpdate(const std::string& region, QWidget* parent)
|
|||
const WiiUtils::UpdateResult result = ShowProgress(parent, WiiUtils::DoOnlineUpdate, region);
|
||||
ShowResult(parent, result);
|
||||
}
|
||||
|
||||
void PerformDiscUpdate(const std::string& file_path, QWidget* parent)
|
||||
{
|
||||
const WiiUtils::UpdateResult result = ShowProgress(parent, WiiUtils::DoDiscUpdate, file_path);
|
||||
ShowResult(parent, result);
|
||||
}
|
||||
} // namespace WiiUpdate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue