d3d12: Add a (ugly) fix because of some race condition somewhere
This commit is contained in:
@@ -1066,6 +1066,10 @@ void D3D12GSRender::Flip()
|
|||||||
std::this_thread::yield();
|
std::this_thread::yield();
|
||||||
m_frame->Flip(nullptr);
|
m_frame->Flip(nullptr);
|
||||||
|
|
||||||
|
// FIXME: Without this call Voodoo Chronicles + Warp trigger an error because
|
||||||
|
// index/vertex resources are released before being used.
|
||||||
|
m_GC.waitForCompletion();
|
||||||
|
|
||||||
ResetTimer();
|
ResetTimer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user