mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
WX: Add menu item to perform online update
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user