Merge pull request #1067 from lioncash/fallthrough

DolphinWX: Get rid of fallthrough in ScanForISOs
This commit is contained in:
Ryan Houdek 2014-09-13 04:52:30 -05:00
commit a30b4f13a1
1 changed files with 1 additions and 0 deletions

View File

@ -588,6 +588,7 @@ void CGameListCtrl::ScanForISOs()
case DiscIO::IVolume::COUNTRY_TAIWAN:
if (!SConfig::GetInstance().m_ListTaiwan)
list = false;
break;
case DiscIO::IVolume::COUNTRY_KOREA:
if (!SConfig::GetInstance().m_ListKorea)
list = false;