mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-09 03:58:06 +03:00
Replace Country Names With No-Intro Names
This commit is contained in:
parent
53bf21e15a
commit
265a21a565
15 changed files with 26 additions and 26 deletions
|
@ -1327,7 +1327,7 @@ inline u8 CConfigMain::GetSADRCountryCode(int language)
|
|||
countrycode = 1; //Japan
|
||||
break;
|
||||
case 1: //English
|
||||
countrycode = 49; //United States
|
||||
countrycode = 49; //USA
|
||||
break;
|
||||
case 2: //German
|
||||
countrycode = 78; //Germany
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue