Qt: Add menu item to perform system update from disc

This commit is contained in:
Léo Lam
2017-07-04 18:45:37 +02:00
parent 0e71c0760e
commit ea3b351d92
3 changed files with 17 additions and 0 deletions

View File

@ -11,4 +11,5 @@ class QWidget;
namespace WiiUpdate
{
void PerformOnlineUpdate(const std::string& region, QWidget* parent = nullptr);
void PerformDiscUpdate(const std::string& file_path, QWidget* parent = nullptr);
} // namespace WiiUpdate