mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 09:05:54 +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,8 +43,6 @@ class CBannerLoaderWii
|
|||
|
||||
virtual bool GetDescription(std::string* _rDescription);
|
||||
|
||||
bool GetDescription(std::wstring& _rDescription);
|
||||
|
||||
private:
|
||||
|
||||
enum
|
||||
|
@ -82,6 +80,8 @@ class CBannerLoaderWii
|
|||
|
||||
bool GetStringFromComments(const CommentIndex index, std::string& s);
|
||||
bool GetStringFromComments(const CommentIndex index, std::wstring& s);
|
||||
|
||||
bool CopyBeUnicodeToString(std::string& _rDestination, const u16* _src, int length);
|
||||
};
|
||||
} // namespace
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue