-fixed bug that emu nand channels didnt work properly after

going through all coverflow views
This commit is contained in:
fix94.1 2012-06-16 21:09:01 +00:00
parent d12e9e84d6
commit c90f7ff49b

View File

@ -2003,7 +2003,7 @@ bool CMenu::_loadChannelList(void)
first = false;
}
if(changed && !disable_emu)
if(!disable_emu)
{
Nand::Instance()->Disable_Emu();
if(!DeviceHandler::Instance()->IsInserted(lastPartition))