1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

rsx: Disable zstat checks to avoid unnecessary stream splitting (#7624)

This commit is contained in:
kd-11 2020-02-28 20:27:31 +03:00 committed by GitHub
parent ac2581659a
commit cb047fcc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2792,7 +2792,8 @@ namespace rsx
check_state(ptimer, flush_queue);
if (m_current_task && m_current_task->active)
// Disabled since only ZPASS is implemented right now
if (false) //(m_current_task && m_current_task->active)
{
// Data check
u32 expected_type = 0;