diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AXWii.cpp b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AXWii.cpp index 11b1584b32..5d77e3f2d8 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AXWii.cpp +++ b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AXWii.cpp @@ -141,8 +141,8 @@ void CUCode_AXWii::MixAdd_(short* _pBuffer, int _iSize, ParamBlockType &PBs) i/2, i, Common::swap16(pSrc[i]), Common::swap16(pSrc[i+1])); } - m_frame->m_bl95->AppendText(m_frame->str95.c_str()); - m_frame->m_bl0->AppendText(m_frame->str0.c_str()); + m_frame->m_bl95->AppendText(wxString::FromAscii(m_frame->str95.c_str())); + m_frame->m_bl0->AppendText(wxString::FromAscii(m_frame->str0.c_str())); m_frame->upd95 = true; } }