Merge pull request #2187 from FearlessTobi/port-sdl-things

Port various Citra changes to input_common, including deadzone support
This commit is contained in:
bunnei 2019-03-13 11:46:57 -04:00 committed by GitHub
commit fe4ca1de08
9 changed files with 785 additions and 691 deletions

View file

@ -123,7 +123,6 @@ GRenderWindow::GRenderWindow(QWidget* parent, EmuThread* emu_thread)
setAttribute(Qt::WA_AcceptTouchEvents);
InputCommon::Init();
InputCommon::StartJoystickEventHandler();
connect(this, &GRenderWindow::FirstFrameDisplayed, static_cast<GMainWindow*>(parent),
&GMainWindow::OnLoadComplete);
}