mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
I cannot do anything
This commit is contained in:
parent
4828723d5c
commit
9e62b330b1
6 changed files with 103 additions and 29 deletions
|
@ -26,6 +26,7 @@ template
|
|||
>
|
||||
class SMutexBase
|
||||
{
|
||||
static_assert(sizeof(T) == sizeof(std::atomic<T>), "Invalid SMutexBase type");
|
||||
std::atomic<T> owner;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue