1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-14 04:29:15 +01:00

Merge 462614c26ab2a7d97bf0e3b771a4201ed11de116 into c04410ca00f33162d0875bc8500d3f8185bc73df

This commit is contained in:
Krzysztof Dobrowolski 2025-02-28 17:51:07 +01:00 committed by GitHub
commit 7fc40da8a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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