mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 17:04:37 +02:00
Merge pull request #1067 from lioncash/fallthrough
DolphinWX: Get rid of fallthrough in ScanForISOs
This commit is contained in:
@@ -588,6 +588,7 @@ void CGameListCtrl::ScanForISOs()
|
|||||||
case DiscIO::IVolume::COUNTRY_TAIWAN:
|
case DiscIO::IVolume::COUNTRY_TAIWAN:
|
||||||
if (!SConfig::GetInstance().m_ListTaiwan)
|
if (!SConfig::GetInstance().m_ListTaiwan)
|
||||||
list = false;
|
list = false;
|
||||||
|
break;
|
||||||
case DiscIO::IVolume::COUNTRY_KOREA:
|
case DiscIO::IVolume::COUNTRY_KOREA:
|
||||||
if (!SConfig::GetInstance().m_ListKorea)
|
if (!SConfig::GetInstance().m_ListKorea)
|
||||||
list = false;
|
list = false;
|
||||||
|
Reference in New Issue
Block a user