mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00:00
overlays/trophy: Migrate to multibyte strings
This commit is contained in:
parent
b8f51398b7
commit
fa41297b27
@ -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…
x
Reference in New Issue
Block a user