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

Merge 462614c26ab2a7d97bf0e3b771a4201ed11de116 into afbfee6cdd840e3711628153d2b0e15cd63e57e3

This commit is contained in:
Krzysztof Dobrowolski 2025-03-11 22:20:23 +02:00 committed by GitHub
commit 71ca322a34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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