mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-15 08:08:42 +00:00
threading working ,fixed a big in sceKernelMapDirectMemory
This commit is contained in:
@@ -121,5 +121,11 @@ class LockMutexGuard {
|
||||
|
||||
private:
|
||||
Mutex& m_mutex;
|
||||
|
||||
public:
|
||||
LockMutexGuard(const LockMutexGuard&) = delete;
|
||||
LockMutexGuard& operator=(const LockMutexGuard&) = delete;
|
||||
LockMutexGuard(LockMutexGuard&&) noexcept = delete;
|
||||
LockMutexGuard& operator=(LockMutexGuard&&) noexcept = delete;
|
||||
};
|
||||
} // namespace Lib
|
||||
Reference in New Issue
Block a user