mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 07:36:34 +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
|
@ -43,14 +43,11 @@ class IBannerLoader
|
|||
virtual bool GetCompany(std::string& _rCompany) = 0;
|
||||
|
||||
virtual bool GetDescription(std::string* _rDescription) = 0;
|
||||
virtual bool GetDescription(std::wstring& _rDescription) {return false;};
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
void CopyToStringAndCheck(std::string& _rDestination, const char* _src);
|
||||
|
||||
bool CopyBeUnicodeToString(std::string& _rDestination, const u16* _src, int length);
|
||||
|
||||
private:
|
||||
u16 swap16(u16 data)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue