mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-14 18:37:27 +00:00
Little fix 2
This commit is contained in:
parent
f69337be65
commit
5f55afda0f
@ -49,6 +49,11 @@ public:
|
|||||||
owner = GetFreeValue();
|
owner = GetFreeValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SMutexBase()
|
||||||
|
{
|
||||||
|
initialize();
|
||||||
|
}
|
||||||
|
|
||||||
void finalize()
|
void finalize()
|
||||||
{
|
{
|
||||||
owner = GetDeadValue();
|
owner = GetDeadValue();
|
||||||
|
Loading…
Reference in New Issue
Block a user