mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-28 05:52:38 +00:00
Merge pull request #1942 from Buddybenj/No-Intro
Replace Country Names With No-Intro Names
This commit is contained in:
commit
793abccb5e
15 changed files with 26 additions and 26 deletions
|
@ -1339,7 +1339,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