mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
SMutex eliminated
This commit is contained in:
parent
0fb092f2a5
commit
b2de24db73
48 changed files with 768 additions and 907 deletions
|
@ -362,7 +362,6 @@ void Emulator::Stop()
|
|||
m_status = Stopped;
|
||||
|
||||
u32 uncounted = 0;
|
||||
u32 counter = 0;
|
||||
while (true)
|
||||
{
|
||||
if (g_thread_count <= uncounted)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue