mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
Random optimization
This commit is contained in:
parent
8cd7a44a25
commit
7e8c93bea2
@ -389,7 +389,7 @@ namespace rsx
|
||||
// Quick reverse scan to push commands ahead of time
|
||||
for (auto It = m_pending_writes.rbegin(); It != m_pending_writes.rend(); ++It)
|
||||
{
|
||||
if (It->query && It->query->num_draws)
|
||||
if (It->sink && It->query && It->query->num_draws)
|
||||
{
|
||||
if (It->query->sync_tag > m_sync_tag)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user