armips: Update to UTF-8/c++17 armips.
This commit is contained in:
parent
8b7ccfeca5
commit
ac335ad61a
11 changed files with 63 additions and 29 deletions
|
@ -326,7 +326,7 @@ void CtrlDisAsmView::assembleOpcode(u32 address, std::string defaultText)
|
|||
|
||||
redraw();
|
||||
} else {
|
||||
std::wstring error = MIPSAsm::GetAssembleError();
|
||||
std::wstring error = ConvertUTF8ToWString(MIPSAsm::GetAssembleError());
|
||||
MessageBox(wnd,error.c_str(),L"Error",MB_OK);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue