mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-15 07:29:17 +01:00
Merge 462614c26ab2a7d97bf0e3b771a4201ed11de116 into afbfee6cdd840e3711628153d2b0e15cd63e57e3
This commit is contained in:
commit
71ca322a34
@ -648,10 +648,7 @@ namespace dxvk {
|
|||||||
|
|
||||||
|
|
||||||
HRESULT D3D9SwapChainEx::WaitForVBlank() {
|
HRESULT D3D9SwapChainEx::WaitForVBlank() {
|
||||||
static bool s_errorShown = false;
|
SyncFrameLatency();
|
||||||
|
|
||||||
if (!std::exchange(s_errorShown, true))
|
|
||||||
Logger::warn("D3D9SwapChainEx::WaitForVBlank: Stub");
|
|
||||||
|
|
||||||
return D3D_OK;
|
return D3D_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user