mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
rsx: Disable zstat checks to avoid unnecessary stream splitting (#7624)
This commit is contained in:
parent
ac2581659a
commit
cb047fcc75
1 changed files with 2 additions and 1 deletions
|
@ -2792,7 +2792,8 @@ namespace rsx
|
||||||
|
|
||||||
check_state(ptimer, flush_queue);
|
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
|
// Data check
|
||||||
u32 expected_type = 0;
|
u32 expected_type = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue