dolphin/Source/Core/InputCommon
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
..
ControllerInterface InputCommon: Fix slow startup on some Windows systems 2016-08-11 09:30:36 +10:00
CMakeLists.txt Use cmake to determine if we are enabling the Android Controller Interface 2016-02-05 10:54:17 -06:00
ControllerEmu.cpp ControllerInterface: Add RemoveDevice() 2016-07-29 17:18:37 +02:00
ControllerEmu.h ControllerInterface: Add RemoveDevice() 2016-07-29 17:18:37 +02:00
GCAdapter_Android.cpp GCAdapter: Return input state by value 2016-08-01 21:27:51 -04:00
GCAdapter_Null.cpp GCAdapter: Return input state by value 2016-08-01 21:27:51 -04:00
GCAdapter.cpp GCAdapter: Return input state by value 2016-08-01 21:27:51 -04:00
GCAdapter.h GCAdapter: Return input state by value 2016-08-01 21:27:51 -04:00
GCPadStatus.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
InputCommon.vcxproj InputCommon: Fix slow startup on some Windows systems 2016-08-11 09:30:36 +10:00
InputCommon.vcxproj.filters Move SI_GCAdapter over to InputCommon 2016-01-05 13:44:37 -06:00
InputConfig.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
InputConfig.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
KeyboardStatus.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00