mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
make it compilable, don't merge this, string logs are broken and paths absolute to my machine
This commit is contained in:
parent
6dcfaf8617
commit
59dcbd3ba3
31 changed files with 465 additions and 227 deletions
|
@ -305,7 +305,7 @@ public:
|
|||
|
||||
if(len) memcpy(wxStringBuffer(ret, len), GetMemFromAddr(addr), len);
|
||||
|
||||
return wxString(ret, wxConvUTF8);
|
||||
return wxString(ret.wx_str(), wxConvUTF8);
|
||||
}
|
||||
|
||||
wxString ReadString(const u64 addr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue