mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 01:27:00 +00:00
Fix sys_tty_write (UTF-8 encoding of literals)
This commit is contained in:
parent
5bace118a7
commit
55f9a56e45
@ -125,7 +125,7 @@ error_code sys_tty_write(s32 ch, vm::cptr<char> buf, u32 len, vm::ptr<u32> pwrit
|
||||
{
|
||||
if (!msg.empty())
|
||||
{
|
||||
sys_tty.notice("sys_tty_write(): “%s”", msg);
|
||||
sys_tty.notice(u8"sys_tty_write(): “%s”", msg);
|
||||
|
||||
if (g_tty)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user