dolphin/Source/Core/InputCommon/ControllerInterface/DInput
EmptyChaos 17e4bd9575 InputCommon: Fix slow startup on some Windows systems
Rewrite GetXInputGUIDS to use SetupAPI instead of WMI Queries. When
using a language pack where the system language and user/program
language differ, Windows starts taking a VERY long time (10+ seconds)
to complete Queries for Win32_PNPEntity objects (it's probably
translating every single string since it transfers every single one
from the WMI server into memory in the program).

Fixes Issue 9744.
2016-08-11 09:30:36 +10:00
..
DInput.cpp ControllerInterface: Don't pass m_devices to the backends 2016-06-25 13:46:53 +02:00
DInput.h ControllerInterface: Don't pass m_devices to the backends 2016-06-25 13:46:53 +02:00
DInput8.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
DInputJoystick.cpp InputCommon: Fix slow startup on some Windows systems 2016-08-11 09:30:36 +10:00
DInputJoystick.h ControllerInterface: Make the ID assigning code common 2016-07-14 10:50:53 +02:00
DInputKeyboardMouse.cpp ControllerInterface: Make the ID assigning code common 2016-07-14 10:50:53 +02:00
DInputKeyboardMouse.h ControllerInterface: Make the ID assigning code common 2016-07-14 10:50:53 +02:00
NamedKeys.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
XInputFilter.cpp InputCommon: Fix slow startup on some Windows systems 2016-08-11 09:30:36 +10:00
XInputFilter.h InputCommon: Fix slow startup on some Windows systems 2016-08-11 09:30:36 +10:00