diff options
| author | FoxP <FoxP@users.noreply.github.com> | 2017-10-05 09:58:38 +0200 |
|---|---|---|
| committer | Léo Lam <leo@innovatetechnologi.es> | 2017-10-08 13:04:23 +0200 |
| commit | 999c23b182ce0fe2262246ca3bac313d2d8dcedf (patch) | |
| tree | c752c7672ddd63a5bcd15583c852acd8279fbbc9 /Source/Core/DiscIO/Enums.cpp | |
| parent | 5f0de43828666aef78e59d6f822cdb1392106e3e (diff) | |
Add some missing WiiWare makers
Some of my WiiWare games does not have a maker :
- Blue's Journey : EAFPJ8
- Magician Lord : EACPJ8
- The King of Fighters '94 : EAGPJ8
- The Last Ninja : C9XPGX
- World Games : C9ZPGX
Diffstat (limited to 'Source/Core/DiscIO/Enums.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Enums.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Enums.cpp b/Source/Core/DiscIO/Enums.cpp index b011d5f351..eb18494234 100644 --- a/Source/Core/DiscIO/Enums.cpp +++ b/Source/Core/DiscIO/Enums.cpp @@ -350,6 +350,7 @@ std::string GetCompanyFromID(const std::string& company_id) {"5Q", "LEGO Media"}, {"5S", "Xicat Interactive"}, {"5T", "Cryo Interactive"}, + {"5V", "Agetec"}, {"5W", "Red Storm Entertainment"}, {"5X", "Microids"}, {"5Z", "Data Design / Conspiracy / Swing"}, @@ -566,18 +567,22 @@ std::string GetCompanyFromID(const std::string& company_id) {"GM", "Gamecock Media Group"}, {"GN", "Oxygen Games"}, {"GT", "505 Games"}, + {"GX", "Commodore"}, {"GY", "The Game Factory"}, {"H1", "Treasure"}, {"H2", "Aruze"}, {"H3", "Ertain"}, {"H4", "SNK Playmore"}, {"HF", "Level-5"}, + {"HH", "Focus Home Interactive"}, {"HJ", "Genius Products"}, {"HY", "Reef Entertainment"}, {"HZ", "Nordcurrent"}, {"IH", "Yojigen"}, + {"J8", "SNK Playmore"}, {"J9", "AQ Interactive"}, {"JF", "Arc System Works"}, + {"JH", "City Interactive"}, {"JJ", "Deep Silver"}, {"JW", "Atari"}, {"JX", "Shin'en"}, |
