Merge pull request #4257 from jroweboy/sdl-globals
Input: Remove global variables from SDL Input
This commit is contained in:
commit
fbc36ff63c
9 changed files with 773 additions and 690 deletions
|
@ -114,7 +114,6 @@ GRenderWindow::GRenderWindow(QWidget* parent, EmuThread* emu_thread)
|
|||
setWindowTitle(QString::fromStdString(window_title));
|
||||
|
||||
InputCommon::Init();
|
||||
InputCommon::StartJoystickEventHandler();
|
||||
}
|
||||
|
||||
GRenderWindow::~GRenderWindow() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue