Qt: Fix games crashing on start

This commit is contained in:
spycrab
2017-05-23 22:12:01 +02:00
parent f994538875
commit d65006b91b
8 changed files with 25 additions and 12 deletions

View File

@ -15,8 +15,6 @@
GCPadEmu::GCPadEmu(MappingWindow* window) : MappingWidget(window)
{
Pad::Initialize();
CreateMainLayout();
}