mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
rsx: Reduce some error spam
This commit is contained in:
parent
f0a02e0d9d
commit
286f97fad0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue