dolphin/Source/Core/InputCommon/ControllerInterface
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
..
Android ControllerInterface: Make the ID assigning code common 2016-07-14 10:50:53 +02:00
DInput InputCommon: Fix slow startup on some Windows systems 2016-08-11 09:30:36 +10:00
evdev evdev: Add hotplugging support 2016-07-29 17:18:40 +02:00
ForceFeedback Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
OSX ControllerInterface: Make the ID assigning code common 2016-07-14 10:50:53 +02:00
Pipes ControllerInterface: Make the ID assigning code common 2016-07-14 10:50:53 +02:00
SDL ControllerInterface: Make the ID assigning code common 2016-07-14 10:50:53 +02:00
XInput ControllerInterface: Make the ID assigning code common 2016-07-14 10:50:53 +02:00
Xlib ControllerInterface: Make the ID assigning code common 2016-07-14 10:50:53 +02:00
ControllerInterface.cpp evdev: Add hotplugging support 2016-07-29 17:18:40 +02:00
ControllerInterface.h ControllerInterface: Add RemoveDevice() 2016-07-29 17:18:37 +02:00
Device.cpp Merge pull request #3943 from ShadowsFriend/nopch-fix 2016-06-26 02:13:47 -04:00
Device.h ControllerInterface: Add RemoveDevice() 2016-07-29 17:18:37 +02:00
ExpressionParser.cpp InputConfigDiag: Don't prevent closing dialog if device not found 2016-07-30 10:00:55 +02:00
ExpressionParser.h ControllerInterface: Add RemoveDevice() 2016-07-29 17:18:37 +02:00