Removed "Invalid ISO File" notification (we seem to get negative feedback about it :| )
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1746 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7fc4f19750
commit
1db46b6b33
|
@ -385,8 +385,6 @@ void CGameListCtrl::ScanForISOs()
|
|||
{
|
||||
m_ISOFiles.push_back(ISOFile);
|
||||
}
|
||||
else
|
||||
PanicAlert("Invalid ISO file %s", rFilenames[i].c_str());
|
||||
}
|
||||
}
|
||||
std::sort(m_ISOFiles.begin(), m_ISOFiles.end());
|
||||
|
|
Loading…
Reference in New Issue