diff --git a/src/video_core/query_cache/query_cache.h b/src/video_core/query_cache/query_cache.h index 8b1b8e748c..1b900e55ee 100644 --- a/src/video_core/query_cache/query_cache.h +++ b/src/video_core/query_cache/query_cache.h @@ -293,7 +293,7 @@ void QueryCacheBase::CounterReport(GPUVAddr addr, QueryType counter_type } }); if (is_fence) { - if (Settings::getDebugKnobAt(0) && is_payload) { + if (is_payload) { impl->rasterizer.SyncOperation(std::move(operation)); std::function noop([] {}); impl->rasterizer.SignalFence(std::move(noop));