mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 14:17:24 +00:00
[D3D12] Remove await result check in trace init - unsafe too, but not leaking
This commit is contained in:
parent
19121130a3
commit
b91c24870b
1 changed files with 1 additions and 3 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue