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
commit fbc36ff63c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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() {