diff options
| author | LPFaint99 <lpfaint99@gmail.com> | 2009-02-16 06:17:21 +0000 |
|---|---|---|
| committer | LPFaint99 <lpfaint99@gmail.com> | 2009-02-16 06:17:21 +0000 |
| commit | 7d3e84c182f6581df652cedaa21ecaadaf6000ed (patch) | |
| tree | 2e0e8b9473f733c30cc8a0415fe665a03be01947 /Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp | |
| parent | daf11ee708e5e7f477765096389c5bbf84e40cea (diff) | |
Preliminary support for having MasterKey for U/P/J and MasterKey for Korean wii games. Needs testing by someone who has a Korean wii game
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2272 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp b/Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp index d5e744bed2..662f3f7f02 100644 --- a/Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp +++ b/Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp @@ -150,6 +150,10 @@ CVolumeWiiCrypted::GetCountry() const country = COUNTRY_JAP; break; // JAP + case 'K': + country = COUNTRY_KOR; + break; // KOR + case 'O': country = COUNTRY_UNKNOWN; break; // SDK |
