dolphin/Source/Core/InputCommon/ControllerInterface
Lioncash 27346fee8a ControllerInterface/Device: Take vector by const reference in DetectInput()
The vector is only ever queryied and it's contents aren't modified, so
there's no reason to take the vector by value. We can take a constant
reference to it to avoid unnecessary allocating.
2019-05-29 19:12:21 -04:00
..
Android Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
DInput InputCommon/DInput.h: Add missing include 2019-05-08 21:01:46 +02:00
evdev Replace MathUtil::Clamp with std::clamp 2019-05-04 23:12:17 +02:00
ForceFeedback Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
OSX Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Pipes Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Quartz Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
SDL ControllerInterface: SDL: Replace unclear bool parameter with enum class. 2019-03-17 08:53:53 -05:00
Win32 InputCommon: Fix Win32 init race. 2019-03-31 07:46:58 -05:00
XInput ControllerInterface/Win32: Prevent devcies from losing their "id" on a hotplug event. 2019-03-29 09:04:16 -05:00
Xlib Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
ControllerInterface.cpp ControllerInterface/Win32: Prevent devcies from losing their "id" on a hotplug event. 2019-03-29 09:04:16 -05:00
ControllerInterface.h Add ControllerInterface::Win32 to wrap XInput and DInput 2019-03-29 08:01:39 -05:00
Device.cpp ControllerInterface/Device: Take vector by const reference in DetectInput() 2019-05-29 19:12:21 -04:00
Device.h ControllerInterface/Device: Take vector by const reference in DetectInput() 2019-05-29 19:12:21 -04:00