mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-29 03:44:36 +01:00
Little fix 2
This commit is contained in:
parent
f69337be65
commit
5f55afda0f
|
|
@ -49,6 +49,11 @@ public:
|
|||
owner = GetFreeValue();
|
||||
}
|
||||
|
||||
SMutexBase()
|
||||
{
|
||||
initialize();
|
||||
}
|
||||
|
||||
void finalize()
|
||||
{
|
||||
owner = GetDeadValue();
|
||||
|
|
|
|||
Loading…
Reference in a new issue