mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-02 14:58:03 +03:00
Merge pull request #1870 from Stevoisiak/countryFilters
Country filter fixes/consistency
This commit is contained in:
commit
e4b04c64f0
7 changed files with 91 additions and 75 deletions
|
@ -1264,7 +1264,7 @@ inline u8 CConfigMain::GetSADRCountryCode(int language)
|
|||
countrycode = 1; //Japan
|
||||
break;
|
||||
case 1: //English
|
||||
countrycode = 49; // United States
|
||||
countrycode = 49; //United States
|
||||
break;
|
||||
case 2: //German
|
||||
countrycode = 78; //Germany
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue