mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
refcnt.h removed
This commit is contained in:
parent
24278e0eca
commit
98aee31c5a
8 changed files with 39 additions and 240 deletions
|
|
@ -30,7 +30,7 @@ struct cond_t
|
|||
: mutex(mutex)
|
||||
, name(name)
|
||||
, signaled(0)
|
||||
, waiters(0)
|
||||
//, waiters(0)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ struct lwcond_t
|
|||
: name(name)
|
||||
, signaled1(0)
|
||||
, signaled2(0)
|
||||
, waiters(0)
|
||||
//, waiters(0)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue