mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Qt: Add option to invoke the updater manually
This commit is contained in:
parent
dfb1dbad47
commit
ec322271ee
4 changed files with 46 additions and 1 deletions
|
@ -36,6 +36,10 @@ public:
|
|||
void UpdateStateSlotMenu();
|
||||
void UpdateToolsMenu(bool emulation_started);
|
||||
|
||||
#ifdef _WIN32
|
||||
void InstallUpdateManually();
|
||||
#endif
|
||||
|
||||
signals:
|
||||
// File
|
||||
void Open();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue