mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Some freezing fixed
This commit is contained in:
parent
2200e6f4d9
commit
eca7339a67
6 changed files with 38 additions and 20 deletions
|
@ -6,7 +6,8 @@ class SSemaphore
|
|||
u32 m_count;
|
||||
u32 m_in_order;
|
||||
u32 m_out_order;
|
||||
std::mutex m_mutex, m_cv_mutex;
|
||||
std::mutex m_cv_mutex;
|
||||
std::mutex m_mutex;
|
||||
std::condition_variable m_cond;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue