Frontends: Use DXGI_PRESENT_FLAG_ALLOW_TEARING for presentatation

This commit is contained in:
Connor McLaughlin
2020-01-18 18:12:09 +10:00
parent 159786c3f1
commit 46033898ba
6 changed files with 98 additions and 36 deletions

View File

@@ -91,5 +91,6 @@ private:
bool m_display_texture_changed = false;
bool m_display_linear_filtering = false;
bool m_allow_tearing_supported = false;
bool m_vsync = false;
};