mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
rsx: Reduce some error spam
This commit is contained in:
parent
f0a02e0d9d
commit
286f97fad0
@ -2153,7 +2153,7 @@ namespace rsx
|
||||
//Check that the depth stage is not disabled
|
||||
if (!rsx::method_registers.depth_test_enabled())
|
||||
{
|
||||
rsx_log.error("FS exports depth component but depth test is disabled (INVALID_OPERATION)");
|
||||
rsx_log.trace("FS exports depth component but depth test is disabled (INVALID_OPERATION)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user