Merge pull request #4257 from jroweboy/sdl-globals

Input: Remove global variables from SDL Input
This commit is contained in:
Weiyi Wang
2018-09-29 23:00:12 -04:00
committed by GitHub
9 changed files with 773 additions and 690 deletions

View File

@@ -114,7 +114,6 @@ GRenderWindow::GRenderWindow(QWidget* parent, EmuThread* emu_thread)
setWindowTitle(QString::fromStdString(window_title));
InputCommon::Init();
InputCommon::StartJoystickEventHandler();
}
GRenderWindow::~GRenderWindow() {