mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-10-02 06:10:00 +00:00
overlays/trophy: Migrate to multibyte strings
This commit is contained in:
parent
b8f51398b7
commit
fa41297b27
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ namespace rsx
|
|||
default: break;
|
||||
}
|
||||
|
||||
trophy_message = "You have earned the " + trophy_message + " trophy\n" + utf8_to_ascii8(trophy.name);
|
||||
trophy_message = "You have earned the " + trophy_message + " trophy\n" + trophy.name;
|
||||
text_view.set_text(trophy_message);
|
||||
text_view.auto_resize();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue