mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
WX: Add menu item to perform online update
This commit is contained in:
parent
42d217b9a8
commit
f06367febc
5 changed files with 139 additions and 10 deletions
|
@ -48,6 +48,12 @@ private:
|
|||
void RefreshSaveStateMenuLabels() const;
|
||||
void RefreshWiiToolsLabels() const;
|
||||
void RefreshWiiSystemMenuLabel() const;
|
||||
enum class UpdateMenuMode
|
||||
{
|
||||
CurrentRegionOnly,
|
||||
SpecificRegionsOnly,
|
||||
};
|
||||
void EnableUpdateMenu(UpdateMenuMode mode) const;
|
||||
|
||||
void ClearSavedPerspectivesMenu() const;
|
||||
void PopulateSavedPerspectivesMenu(const std::vector<std::string>& label_names) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue