[d3d9] Added functionality to empty WaitForVBlank function.

This commit is contained in:
Krzysztof Dobrowolski 2022-09-12 10:16:27 +02:00
parent 2890f690f6
commit 462614c26a
1 changed files with 1 additions and 4 deletions

View File

@ -499,10 +499,7 @@ namespace dxvk {
HRESULT D3D9SwapChainEx::WaitForVBlank() {
static bool s_errorShown = false;
if (!std::exchange(s_errorShown, true))
Logger::warn("D3D9SwapChainEx::WaitForVBlank: Stub");
SyncFrameLatency();
return D3D_OK;
}