1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-01 07:24:12 +01:00

[dxgi] Remove SyncInterval implementation

Poorly tested, may cause trouble
This commit is contained in:
Philip Rebohle 2018-01-30 08:45:50 +01:00
parent 08436ad1e1
commit c0cd51764d
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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());