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

@ -19,8 +19,6 @@
WiimoteEmuGeneral::WiimoteEmuGeneral(MappingWindow* window, WiimoteEmuExtension* extension)
: MappingWidget(window), m_extension_widget(extension)
{
Wiimote::Initialize(Wiimote::InitializeMode::DO_NOT_WAIT_FOR_WIIMOTES);
CreateMainLayout();
Connect();
}