This commit is contained in:
Krzysztof Dobrowolski 2024-04-28 13:39:23 +00:00 committed by GitHub
commit 111c9f91a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -632,10 +632,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;
}