SDL: Remove gamepad handler from ImGui

This commit is contained in:
Connor McLaughlin
2021-01-30 15:42:31 +10:00
parent 48f78a9c41
commit 96a36f4850
3 changed files with 3 additions and 47 deletions

View File

@ -1861,7 +1861,7 @@ void SDLHostInterface::Run()
DrawImGuiWindows();
m_display->Render();
ImGui_ImplSDL2_NewFrame(m_window);
ImGui_ImplSDL2_NewFrame();
ImGui::NewFrame();
if (System::IsRunning())