mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
-reverted a change that broke some emu nands
This commit is contained in:
parent
41613a9778
commit
b8da744d09
@ -125,8 +125,7 @@ int CMenu::_FindEmuPart(string *emuPath, int part, bool searchvalid)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(((_TestEmuNand(emuPartition, tmpPath.c_str(), true) && m_current_view == COVERFLOW_USB) || m_current_view == COVERFLOW_CHANNEL)
|
if(_TestEmuNand(emuPartition, tmpPath.c_str(), true) && DeviceHandler::Instance()->IsInserted(emuPartition) && DeviceHandler::Instance()->GetFSType(emuPartition) == PART_FS_FAT)
|
||||||
&& DeviceHandler::Instance()->IsInserted(emuPartition) && DeviceHandler::Instance()->GetFSType(emuPartition) == PART_FS_FAT)
|
|
||||||
{
|
{
|
||||||
*emuPath = tmpPath;
|
*emuPath = tmpPath;
|
||||||
return emuPartition;
|
return emuPartition;
|
||||||
|
Loading…
Reference in New Issue
Block a user