1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

Little fix 2

This commit is contained in:
Nekotekina 2014-07-18 21:30:22 +04:00
parent f69337be65
commit 5f55afda0f

View File

@ -49,6 +49,11 @@ public:
owner = GetFreeValue();
}
SMutexBase()
{
initialize();
}
void finalize()
{
owner = GetDeadValue();