mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Move GetCompany() to ISOFile.h/GameFile.h
For consistency with the other Get methods.
This commit is contained in:
parent
4042945ee5
commit
01e324eed0
4 changed files with 2 additions and 12 deletions
|
@ -201,11 +201,6 @@ std::string GameListItem::CreateCacheFilename()
|
|||
return fullname;
|
||||
}
|
||||
|
||||
std::string GameListItem::GetCompany() const
|
||||
{
|
||||
return m_company;
|
||||
}
|
||||
|
||||
std::string GameListItem::GetDescription(DiscIO::IVolume::ELanguage language) const
|
||||
{
|
||||
return GetLanguageString(language, m_descriptions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue