Skip to content

Commit

Permalink
Merge pull request #2439 from JosJuice/company-from-id
Browse files Browse the repository at this point in the history
Use an ID-to-name map when volume has no company string
  • Loading branch information
Sonicadvance1 committed May 26, 2015
2 parents 0c31013 + d2e6adb commit 4ba4309
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 4 deletions.
1 change: 1 addition & 0 deletions Source/Core/DiscIO/Volume.h
Expand Up @@ -125,5 +125,6 @@ class IVolume
// Generic Switch function for all volumes
IVolume::ECountry CountrySwitch(u8 country_code);
u8 GetSysMenuRegion(u16 _TitleVersion);
std::string GetCompanyFromID(const std::string& company_id);

} // namespace

0 comments on commit 4ba4309

Please sign in to comment.