compile fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1165 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-11-13 16:14:57 +00:00
parent 13f2e4f187
commit 099307cf14
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@ void CUCode_AXWii::MixAdd_(short* _pBuffer, int _iSize, ParamBlockType &PBs)
i/2, i, i/2, i,
Common::swap16(pSrc[i]), Common::swap16(pSrc[i+1])); Common::swap16(pSrc[i]), Common::swap16(pSrc[i+1]));
} }
m_frame->m_bl95->AppendText(m_frame->str95.c_str()); m_frame->m_bl95->AppendText(wxString::FromAscii(m_frame->str95.c_str()));
m_frame->m_bl0->AppendText(m_frame->str0.c_str()); m_frame->m_bl0->AppendText(wxString::FromAscii(m_frame->str0.c_str()));
m_frame->upd95 = true; m_frame->upd95 = true;
} }
} }