diff --git a/Source/Core/DolphinWX/Src/GameListCtrl.cpp b/Source/Core/DolphinWX/Src/GameListCtrl.cpp index a0d168f078..bed7ca21da 100644 --- a/Source/Core/DolphinWX/Src/GameListCtrl.cpp +++ b/Source/Core/DolphinWX/Src/GameListCtrl.cpp @@ -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());