mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01: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
@ -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…
x
Reference in New Issue
Block a user