Qt: Add menu item to perform online update

This commit is contained in:
Léo Lam
2017-06-14 11:58:11 +02:00
parent f06367febc
commit 1a6b5ca36a
8 changed files with 187 additions and 1 deletions

View File

@ -0,0 +1,14 @@
// Copyright 2017 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <string>
class QWidget;
namespace WiiUpdate
{
void PerformOnlineUpdate(const std::string& region, QWidget* parent = nullptr);
}; // namespace WiiUpdate