mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12:00
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
This commit is contained in:
commit
a0c8e116df
22 changed files with 220 additions and 84 deletions
|
@ -336,7 +336,7 @@ bool ELF64Loader::LoadPhdrData(u64 offset)
|
|||
stub.s_text = re(stub.s_text);
|
||||
|
||||
const wxString& module_name = Memory.ReadString(stub.s_modulename);
|
||||
Module* module = GetModuleByName(module_name);
|
||||
Module* module = GetModuleByName(module_name.mb_str());
|
||||
if(module)
|
||||
{
|
||||
//module->SetLoaded();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue