mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
Separate banner and volume name getting functions. Game properties now shows the correct "banner" name in more cases.
This commit is contained in:
parent
a30636cb88
commit
6026b29844
4 changed files with 54 additions and 31 deletions
|
@ -37,6 +37,8 @@ public:
|
|||
|
||||
bool IsValid() const {return m_Valid;}
|
||||
const std::string& GetFileName() const {return m_FileName;}
|
||||
std::string GetBannerName(int index) const;
|
||||
std::string GetVolumeName(int index) const;
|
||||
std::string GetName(int index) const;
|
||||
std::string GetCompany() const;
|
||||
std::string GetDescription(int index = 0) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue