mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
SSemaphore basic implementation
Set for RSX
This commit is contained in:
parent
7fca980887
commit
1c4ae999d6
8 changed files with 127 additions and 18 deletions
|
@ -1891,9 +1891,9 @@ void RSXThread::Task()
|
|||
if(put == get)
|
||||
{
|
||||
if(m_flip_status == 0)
|
||||
SemaphorePostAndWait(m_sem_flip);
|
||||
m_sem_flip.post_and_wait();
|
||||
|
||||
SemaphorePostAndWait(m_sem_flush);
|
||||
m_sem_flush.post_and_wait();
|
||||
}
|
||||
|
||||
Sleep(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue