rsx: Reduce some error spam

This commit is contained in:
kd-11 2022-06-04 12:45:50 +03:00 committed by kd-11
parent f0a02e0d9d
commit 286f97fad0
1 changed files with 1 additions and 1 deletions

View File

@ -2153,7 +2153,7 @@ namespace rsx
//Check that the depth stage is not disabled //Check that the depth stage is not disabled
if (!rsx::method_registers.depth_test_enabled()) 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)");
} }
} }
} }