mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxgi] Remove SyncInterval implementation
Poorly tested, may cause trouble
This commit is contained in:
parent
08436ad1e1
commit
c0cd51764d
1 changed files with 1 additions and 3 deletions
|
@ -176,9 +176,7 @@ namespace dxvk {
|
|||
swapchainProps.preferredBufferSize = GetWindowSize();
|
||||
|
||||
m_presenter->recreateSwapchain(swapchainProps);
|
||||
|
||||
for (uint32_t i = 0; i < SyncInterval || i < 1; i++)
|
||||
m_presenter->presentImage();
|
||||
m_presenter->presentImage();
|
||||
return S_OK;
|
||||
} catch (const DxvkError& err) {
|
||||
Logger::err(err.message());
|
||||
|
|
Loading…
Add table
Reference in a new issue