mirror of
https://github.com/libretro/Play-.git
synced 2025-01-07 17:10:21 +00:00
Removed setting of APATH3 flag.
Was depending on speed of execution of GS thread and was set inconsistently.
This commit is contained in:
parent
e6b5d00b2b
commit
95311353c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user