From 55f9a56e4512866fa01de2dbc7ca79880d41e2e4 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Mon, 6 Jan 2020 23:14:34 +0300 Subject: [PATCH] Fix sys_tty_write (UTF-8 encoding of literals) --- rpcs3/Emu/Cell/lv2/sys_tty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/lv2/sys_tty.cpp b/rpcs3/Emu/Cell/lv2/sys_tty.cpp index ef5443788a..04b22ffa95 100644 --- a/rpcs3/Emu/Cell/lv2/sys_tty.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_tty.cpp @@ -125,7 +125,7 @@ error_code sys_tty_write(s32 ch, vm::cptr buf, u32 len, vm::ptr pwrit { if (!msg.empty()) { - sys_tty.notice("sys_tty_write(): ā€œ%sā€", msg); + sys_tty.notice(u8"sys_tty_write(): ā€œ%sā€", msg); if (g_tty) {