mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
Defined thread_local for MSVC
Updated asmjit project Tried to fix crash on exit Fixed hypothetical issue when pausing already stopped emulator
This commit is contained in:
parent
bf6507e9be
commit
ccfaabd1d7
12 changed files with 62 additions and 33 deletions
|
@ -1844,6 +1844,11 @@ void RSXThread::Task()
|
|||
|
||||
while(!TestDestroy())
|
||||
{
|
||||
if (Emu.IsStopped())
|
||||
{
|
||||
ConLog.Warning("RSX thread aborted");
|
||||
return;
|
||||
}
|
||||
rCriticalSectionLocker lock(m_cs_main);
|
||||
|
||||
inc=1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue