mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-18 12:55:19 +00:00
commit
9048bab305
33 changed files with 191 additions and 140 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue