mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d9] Added functionality to empty WaitForVBlank function.
This commit is contained in:
parent
2890f690f6
commit
462614c26a
1 changed files with 1 additions and 4 deletions
|
@ -499,10 +499,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…
Add table
Reference in a new issue