Removed setting of APATH3 flag.

Was depending on speed of execution of GS thread and was set inconsistently.
This commit is contained in:
Jean-Philip Desjardins 2015-10-04 18:40:04 -04:00
parent e6b5d00b2b
commit 95311353c3

View File

@ -356,10 +356,6 @@ uint32 CGIF::GetRegister(uint32 address)
//Indicate that FIFO is full (15 qwords) (needed for GTA: San Andreas)
result |= (0x1F << 24);
}
if(m_gs && (m_gs->GetPendingTransferCount() != 0))
{
result |= GIF_STAT_APATH3;
}
break;
}
#ifdef _DEBUG