mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42: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 New Issue
Block a user