mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Fix Load Wii System Menu not updating after performing a disc update
For a fresh install, the button was completely disabled even after the disc update; otherwise, the text on it was just out of date.
This commit is contained in:
@ -1245,8 +1245,8 @@ void MainWindow::SetStateSlot(int slot)
|
||||
void MainWindow::PerformOnlineUpdate(const std::string& region)
|
||||
{
|
||||
WiiUpdate::PerformOnlineUpdate(region, this);
|
||||
// Since the update may have installed a newer system menu, refresh the tools menu.
|
||||
m_menu_bar->UpdateToolsMenu(false);
|
||||
// Since the update may have installed a newer system menu, trigger a refresh.
|
||||
Settings::Instance().NANDRefresh();
|
||||
}
|
||||
|
||||
void MainWindow::BootWiiSystemMenu()
|
||||
|
Reference in New Issue
Block a user