mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 08:50:48 +00:00
Kill wstring version of game description.
This commit is contained in:
parent
b0630790c1
commit
e079d24912
8 changed files with 120 additions and 176 deletions
|
@ -37,8 +37,7 @@ public:
|
|||
const std::string& GetName(int index) const;
|
||||
bool GetName(std::wstring& wName, int index=0) const;
|
||||
const std::string& GetCompany() const {return m_Company;}
|
||||
const std::string& GetDescription(int index) const;
|
||||
const std::wstring& GetDescription() const;
|
||||
const std::string& GetDescription(int index = 0) const;
|
||||
const std::string& GetUniqueID() const {return m_UniqueID;}
|
||||
const std::string GetWiiFSPath() const;
|
||||
DiscIO::IVolume::ECountry GetCountry() const {return m_Country;}
|
||||
|
@ -69,7 +68,6 @@ private:
|
|||
std::vector<std::wstring> m_wNames;
|
||||
std::string m_Company;
|
||||
std::string m_Description[6];
|
||||
std::wstring m_wDescription;
|
||||
std::string m_UniqueID;
|
||||
|
||||
std::string m_issues;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue