mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
rsx: Remove superfluous log
- Back-to-back range with no barrier will already be logged in draw_call::append
This commit is contained in:
parent
1fd9d338cf
commit
e83dd6fd93
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue