mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00: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