mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 23:59:54 -06:00
Wrong japan game value.
This commit is contained in:
@ -196,7 +196,7 @@ bool CBoot::SetupWiiMemory(unsigned int _CountryCode)
|
||||
area = "JPN";
|
||||
video = "NTSC";
|
||||
game = "JP";
|
||||
code = "LU";
|
||||
code = "LJ";
|
||||
break;
|
||||
case DiscIO::IVolume::COUNTRY_USA:
|
||||
area = "USA";
|
||||
|
Reference in New Issue
Block a user