-added missing ios reload on game install fail

This commit is contained in:
fix94.1 2012-12-21 15:20:11 +00:00
parent cf903ce99a
commit cdbeb14b2b

View File

@ -461,7 +461,10 @@ bool CMenu::_wbfsOp(CMenu::WBFS_OP op)
break;
}
if(out)
{
TempLoadIOS(IOS_TYPE_NORMAL_IOS);
break;
}
}
else if((m_btnMgr.selected(m_configBtnPartitionP) || m_btnMgr.selected(m_configBtnPartitionM)))
{
@ -470,7 +473,6 @@ bool CMenu::_wbfsOp(CMenu::WBFS_OP op)
m_btnMgr.setText(m_configLblPartition, upperCase(DeviceName[currentPartition]));
}
}
if(m_thrdMessageAdded)
{
LockMutex lock(m_mutex);