pcsx2: use %ls for unicode string

%s seems to work because the printed string is single char. Let's be
pedantic
This commit is contained in:
Gregory Hainaut 2015-01-05 23:59:08 +01:00
parent 04ca7f4a2b
commit 3f521cc7a0
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ void SysLogMachineCaps()
Console.Indent().WriteLn(
L"CPU name = %s\n"
L"Vendor/Model = %s (stepping %02X)\n"
L"CPU speed = %u.%03u ghz (%u logical thread%s)\n"
L"CPU speed = %u.%03u ghz (%u logical thread%ls)\n"
L"x86PType = %s\n"
L"x86Flags = %08x %08x\n"
L"x86EFlags = %08x",