mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
Merge 462614c26a
into fed51e6c92
This commit is contained in:
commit
14152da48b
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue