mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
commit
7dc6728464
1 changed files with 3 additions and 3 deletions
|
@ -164,8 +164,8 @@ u8 WiiConfigPane::GetSADRCountryCode(DiscIO::IVolume::ELanguage language)
|
|||
return 157; // China
|
||||
case DiscIO::IVolume::LANGUAGE_KOREAN:
|
||||
return 136; // Korea
|
||||
default:
|
||||
PanicAlert("Invalid language");
|
||||
return 1;
|
||||
}
|
||||
|
||||
PanicAlert("Invalid language");
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue