mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Move GetCompany() to ISOFile.h/GameFile.h
For consistency with the other Get methods.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user