mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
Fixed compilation errors.
This commit is contained in:
parent
beb19633e9
commit
8ba8d35541
7 changed files with 34 additions and 32 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