mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 02:45:00 +00:00
threading working ,fixed a big in sceKernelMapDirectMemory
This commit is contained in:
parent
3e1386666b
commit
e5f2f91a80
6 changed files with 22 additions and 11 deletions
|
@ -70,6 +70,7 @@ static std::string encodeId(u64 nVal)
|
|||
}
|
||||
Module* Linker::LoadModule(const std::string& elf_name)
|
||||
{
|
||||
Lib::LockMutexGuard lock(m_mutex);
|
||||
auto* m = new Module;
|
||||
m->linker = this;
|
||||
m->elf = new Elf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue