WX: Add menu item to perform online update

This commit is contained in:
Léo Lam
2017-06-14 01:22:03 +02:00
parent 42d217b9a8
commit f06367febc
5 changed files with 139 additions and 10 deletions

View File

@ -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;