From d08610882aa48559a3aa675c562ddad8757fd9fe Mon Sep 17 00:00:00 2001 From: kd-11 Date: Tue, 8 Apr 2025 23:45:32 +0300 Subject: [PATCH] rsx: Remove superfluous log - Back-to-back range with no barrier will already be logged in draw_call::append --- rpcs3/Emu/RSX/NV47/FW/draw_call.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpcs3/Emu/RSX/NV47/FW/draw_call.cpp b/rpcs3/Emu/RSX/NV47/FW/draw_call.cpp index 96b1910ae9..e4dcb5dad4 100644 --- a/rpcs3/Emu/RSX/NV47/FW/draw_call.cpp +++ b/rpcs3/Emu/RSX/NV47/FW/draw_call.cpp @@ -101,8 +101,6 @@ namespace rsx if (draw_command_barriers.empty()) { - // Raise alarm here for investigation, we may be missing a corner case. - rsx_log.error("Instanced draw detected, but no command barriers found!"); return false; }