diff --git a/rpcs3/Emu/RSX/Overlays/overlay_trophy_notification.cpp b/rpcs3/Emu/RSX/Overlays/overlay_trophy_notification.cpp index a3348e498b..60e4c0f0ac 100644 --- a/rpcs3/Emu/RSX/Overlays/overlay_trophy_notification.cpp +++ b/rpcs3/Emu/RSX/Overlays/overlay_trophy_notification.cpp @@ -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();