Move more logic from frontend to base HostInterface

This commit is contained in:
Connor McLaughlin
2020-02-16 00:14:28 +09:00
parent f0578bb932
commit fd8ed08307
17 changed files with 539 additions and 619 deletions

View File

@@ -69,5 +69,5 @@ private:
D3D11::StreamBuffer m_display_uniform_buffer;
bool m_allow_tearing_supported = false;
bool m_vsync = false;
bool m_vsync = true;
};