mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-06 16:50:24 +01:00
Fix of fix (damned crutch)
This commit is contained in:
parent
bba74b9056
commit
1f64087a3b
|
|
@ -24,7 +24,7 @@ int cellSyncMutexInitialize(mem_ptr_t<CellSyncMutex> mutex)
|
|||
}
|
||||
|
||||
// prx: set zero and sync
|
||||
mutex->m_data = 0;
|
||||
mutex->m_data() = 0;
|
||||
InterlockedCompareExchange(&mutex->m_data(), 0, 0);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue