Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Load Wii System Menu not updating after performing a disc update #8675

Merged
merged 1 commit into from
Mar 18, 2020

Conversation

Pokechu22
Copy link
Contributor

This fixes an annoying case where installing the system menu via "Perform System Update" on a disc would fail to enable the Load Wii System Menu item in the tools menu until Dolphin is restarted. If a system menu was already installed, then the old version would still be displayed, but the button was usable.

I also replace the call the "Perform Online Update" function uses to avoid this with a more general one. Note that NANDRefresh is connected to UpdateToolsMenu:

connect(&Settings::Instance(), &Settings::NANDRefresh, [this] { UpdateToolsMenu(false); });

For a fresh install, the button was completely disabled even after the disc update; otherwise, the text on it was just out of date.
@leoetlino leoetlino merged commit bb430fb into dolphin-emu:master Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants