mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -385,8 +385,6 @@ void CGameListCtrl::ScanForISOs()
|
||||||
{
|
{
|
||||||
m_ISOFiles.push_back(ISOFile);
|
m_ISOFiles.push_back(ISOFile);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
PanicAlert("Invalid ISO file %s", rFilenames[i].c_str());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::sort(m_ISOFiles.begin(), m_ISOFiles.end());
|
std::sort(m_ISOFiles.begin(), m_ISOFiles.end());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue