mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
-added missing ios reload on game install fail
This commit is contained in:
parent
cf903ce99a
commit
cdbeb14b2b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user