Skip to content

Commit d086108

Browse files
committed
rsx: Remove superfluous log
- Back-to-back range with no barrier will already be logged in draw_call::append
1 parent 21434c4 commit d086108

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rpcs3/Emu/RSX/NV47/FW/draw_call.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ namespace rsx
101101

102102
if (draw_command_barriers.empty())
103103
{
104-
// Raise alarm here for investigation, we may be missing a corner case.
105-
rsx_log.error("Instanced draw detected, but no command barriers found!");
106104
return false;
107105
}
108106

0 commit comments

Comments
 (0)