mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Qt: Add menu item to perform online update
This commit is contained in:
parent
f06367febc
commit
1a6b5ca36a
8 changed files with 187 additions and 1 deletions
14
Source/Core/DolphinQt2/WiiUpdate.h
Normal file
14
Source/Core/DolphinQt2/WiiUpdate.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue