mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue