mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Small fixes
This commit is contained in:
parent
6f1efc851f
commit
cf98ddf979
5 changed files with 19 additions and 20 deletions
|
@ -88,7 +88,7 @@ struct wxWriter : Log::LogListener
|
|||
default:
|
||||
break;
|
||||
}
|
||||
llogcon->AppendText(wxString(msg.mText));
|
||||
llogcon->AppendText(fmt::FromUTF8(msg.mText));
|
||||
}
|
||||
}
|
||||
if (m_log->GetLastPosition() > GUI_BUFFER_MAX_SIZE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue