mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 18:45:36 +00:00
parent
3262976401
commit
64b61568a9
@ -52,10 +52,7 @@ int Lib::Thread::GetThreadIdUnique() {
|
||||
return tid;
|
||||
}
|
||||
|
||||
Lib::Mutex::Mutex() {
|
||||
m_mutex = new MutexStructInternal();
|
||||
UnlockMutex();
|
||||
}
|
||||
Lib::Mutex::Mutex() { m_mutex = new MutexStructInternal(); }
|
||||
|
||||
Lib::Mutex::~Mutex() { delete m_mutex; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user