mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01: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
@ -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…
x
Reference in New Issue
Block a user