mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-07 10:57:04 -05: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