mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Consider blacklisted modules as fake
This commit is contained in:
parent
1519600441
commit
73de0e9494
1 changed files with 2 additions and 2 deletions
|
@ -313,8 +313,8 @@ Module *__KernelLoadELFFromPtr(const u8 *ptr, u32 loadAddress, std::string *erro
|
||||||
{
|
{
|
||||||
delete [] newptr;
|
delete [] newptr;
|
||||||
}
|
}
|
||||||
kernelObjects.Destroy<Module>(module->GetUID());
|
module->isFake = true;
|
||||||
return 0;
|
return module;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue