mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00:00
quick crash fix if there's no nand dump.. woops..
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2976 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
99e29c82fd
commit
5cb2fe6daf
1 changed files with 2 additions and 1 deletions
|
@ -837,7 +837,8 @@ void CFrame::UpdateGUI()
|
|||
|
||||
// Misc
|
||||
m_pMenuChangeDisc->Enable(initialized);
|
||||
m_pMenuBootWii->Enable(!initialized);
|
||||
if (DiscIO::CNANDContentManager::Access().GetNANDLoader(FULL_WII_MENU_DIR).IsValid())
|
||||
m_pMenuBootWii->Enable(!initialized);
|
||||
|
||||
if (running)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue