SDL: Fix crashes on starting emulation

This commit is contained in:
Connor McLaughlin
2020-02-16 00:33:43 +09:00
parent 8aed270a1f
commit 961bc09979
4 changed files with 29 additions and 29 deletions

View File

@@ -381,6 +381,7 @@ void D3D11HostDisplay::Render()
RenderDisplay();
ImGui::Render();
ImGui_ImplDX11_RenderDrawData(ImGui::GetDrawData());
if (!m_vsync && m_allow_tearing_supported)