dolphin/Source/Core/InputCommon/ControllerInterface/DInput
Léo Lam 788e19f54d ControllerInterface: Make the ID assigning code common
This makes the device ID assigning code common to all backends, by
moving it to AddDevice() instead of copy-pasting or replicating
the logic in the backends.

Also, to prepare for hotplugging, instead of relying on a name usage
count, the new ID assigning system always starts from ID 0 and tries
to assign the first ID that is not used.
2016-07-14 10:50:53 +02: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 ControllerInterface: Make the ID assigning code common 2016-07-14 10:50:53 +02: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 Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
XInputFilter.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00