mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
add the function to read the game name and description from the banner as unicode
This commit is contained in:
@ -37,10 +37,13 @@ class CBannerLoaderWii
|
||||
|
||||
virtual bool GetName(std::string* _rName);
|
||||
|
||||
bool GetName(std::vector<std::wstring>& _rNames);
|
||||
|
||||
virtual bool GetCompany(std::string& _rCompany);
|
||||
|
||||
virtual bool GetDescription(std::string* _rDescription);
|
||||
|
||||
bool GetDescription(std::wstring& _rDescription);
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user