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) {