diff --git a/src/xenia/gpu/d3d12/d3d12_command_processor.cc b/src/xenia/gpu/d3d12/d3d12_command_processor.cc index ec31cc042..3e5186384 100644 --- a/src/xenia/gpu/d3d12/d3d12_command_processor.cc +++ b/src/xenia/gpu/d3d12/d3d12_command_processor.cc @@ -2322,9 +2322,7 @@ void D3D12CommandProcessor::InitializeTrace() { if (!render_target_cache_submitted && !shared_memory_submitted) { return; } - if (!AwaitAllQueueOperationsCompletion()) { - return; - } + AwaitAllQueueOperationsCompletion(); if (render_target_cache_submitted) { render_target_cache_->InitializeTraceCompleteDownloads(); }