dolphin/Source/Core/InputCommon/ControllerInterface/DInput
Léo Lam 8678133e87 ControllerInterface: Switch to std::shared_ptr
Small cleanup by using std::shared_ptr and getting rid of
ciface.Devices() which just returned the m_devices (which defeats the
point of making m_devices protected).

Incidentally, this should make the code safer when we have
different threads accessing devices in the future (for hotplug?).

A lot of code use Device references directly so there is
no easy way to remove FindDevice() and make those unique_ptrs.
2016-06-25 21:46:39 +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: Switch to std::shared_ptr 2016-06-25 21:46:39 +02:00
DInputJoystick.h ControllerInterface: Don't pass m_devices to the backends 2016-06-25 13:46:53 +02:00
DInputKeyboardMouse.cpp ControllerInterface: Switch to std::shared_ptr 2016-06-25 21:46:39 +02:00
DInputKeyboardMouse.h ControllerInterface: Don't pass m_devices to the backends 2016-06-25 13:46: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