Merge pull request #350 from Nekotekina/master

Some crash avoidance
This commit is contained in:
Hykem 2014-06-20 14:47:59 +01:00
commit 9048bab305
33 changed files with 191 additions and 140 deletions

View file

@ -1869,6 +1869,11 @@ void RSXThread::Task()
while(!TestDestroy())
{
if (Emu.IsStopped())
{
ConLog.Warning("RSX thread aborted");
return;
}
rCriticalSectionLocker lock(m_cs_main);
inc=1;