overlays/trophy: Migrate to multibyte strings

This commit is contained in:
kd-11 2020-02-20 21:17:19 +03:00 committed by kd-11
parent b8f51398b7
commit fa41297b27

View File

@ -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();