From 286f97fad05c7f7f9fe02ae5e28d6adc98847de4 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Sat, 4 Jun 2022 12:45:50 +0300 Subject: [PATCH] rsx: Reduce some error spam --- rpcs3/Emu/RSX/RSXThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/RSXThread.cpp b/rpcs3/Emu/RSX/RSXThread.cpp index c62fdd7bfa..f4f965d6e1 100644 --- a/rpcs3/Emu/RSX/RSXThread.cpp +++ b/rpcs3/Emu/RSX/RSXThread.cpp @@ -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)"); } } }