mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Country filter fixes/consistency
This commit is contained in:
parent
a36fe1dd1d
commit
e871add5f5
5 changed files with 75 additions and 59 deletions
|
@ -1906,6 +1906,9 @@ void CFrame::GameListChanged(wxCommandEvent& event)
|
|||
case IDM_LIST_GERMANY:
|
||||
SConfig::GetInstance().m_ListGermany = event.IsChecked();
|
||||
break;
|
||||
case IDM_LIST_INTERNATIONAL:
|
||||
SConfig::GetInstance().m_ListInternational = event.IsChecked();
|
||||
break;
|
||||
case IDM_LIST_ITALY:
|
||||
SConfig::GetInstance().m_ListItaly = event.IsChecked();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue