mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
rCriticalSection & rSemaphore removed
SC_Semaphore errors fixed Room for interrupt threads
This commit is contained in:
parent
2fad8039f5
commit
30b8e51234
15 changed files with 84 additions and 148 deletions
|
@ -1877,7 +1877,7 @@ void RSXThread::Task()
|
|||
ConLog.Warning("RSX thread aborted");
|
||||
return;
|
||||
}
|
||||
rCriticalSectionLocker lock(m_cs_main);
|
||||
std::lock_guard<std::mutex> lock(m_cs_main);
|
||||
|
||||
inc=1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue