Add some missing WiiWare makers
I noticed the Strong Bad games, FAST - Racing League, and Tetris Party were lacking info in the game lists' maker column. This adds the information based on the games' MakerID.
This commit is contained in:
parent
5a609d22f6
commit
b73a4ff5d6
|
@ -580,6 +580,7 @@ std::string GetCompanyFromID(const std::string& company_id)
|
|||
{"JF", "Arc System Works"},
|
||||
{"JJ", "Deep Silver"},
|
||||
{"JW", "Atari"},
|
||||
{"JX", "Shin'en"},
|
||||
{"K6", "Nihon System"},
|
||||
{"KB", "NIS America"},
|
||||
{"KM", "Deep Silver"},
|
||||
|
@ -608,6 +609,8 @@ std::string GetCompanyFromID(const std::string& company_id)
|
|||
{"SV", "SevenGames"},
|
||||
{"SZ", "Storm City"},
|
||||
{"TK", "Tasuke / Works"},
|
||||
{"TL", "Telltale Games"},
|
||||
{"TR", "Tetris Online"},
|
||||
{"TV", "Tivola"},
|
||||
{"UG", "Metro 3D / Data Design"},
|
||||
{"VN", "Valcon Games"},
|
||||
|
|
Loading…
Reference in New Issue