mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-23 21:09:44 -05:00
Country filter fixes/consistency
This commit is contained in:
@@ -1211,7 +1211,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
|
||||
|
||||
Reference in New Issue
Block a user