mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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:
@ -837,7 +837,8 @@ void CFrame::UpdateGUI()
|
|||||||
|
|
||||||
// Misc
|
// Misc
|
||||||
m_pMenuChangeDisc->Enable(initialized);
|
m_pMenuChangeDisc->Enable(initialized);
|
||||||
m_pMenuBootWii->Enable(!initialized);
|
if (DiscIO::CNANDContentManager::Access().GetNANDLoader(FULL_WII_MENU_DIR).IsValid())
|
||||||
|
m_pMenuBootWii->Enable(!initialized);
|
||||||
|
|
||||||
if (running)
|
if (running)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user