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
|
@ -3,6 +3,7 @@
|
|||
#include <vector>
|
||||
#include "Loader/Elf.h"
|
||||
#include "Loader/SymbolsResolver.h"
|
||||
#include "Lib/Threads.h"
|
||||
|
||||
struct DynamicModuleInfo;
|
||||
class Linker;
|
||||
|
@ -129,4 +130,5 @@ public:
|
|||
|
||||
std::vector<Module*> m_modules;
|
||||
SymbolsResolver* m_HLEsymbols = nullptr;
|
||||
Lib::Mutex m_mutex;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue