dolphin/Source/Core/InputCommon/ControllerInterface
Lioncash 37d643c7d3 InputCommon/DInputJoystick: Correct force-feedback flag testing
Introduced in a995e2f5ba

We need to be performing a bitwise AND on the flags and not a logical
AND, otherwise we could end up counting device objects that don't
support forced feedback.
2019-08-02 10:26:44 -04:00
..
Android InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
DInput InputCommon/DInputJoystick: Correct force-feedback flag testing 2019-08-02 10:26:44 -04:00
ForceFeedback InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
OSX InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
Pipes InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
Quartz InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
SDL InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
Win32 InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
XInput InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
Xlib InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
evdev InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04: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 InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
Device.h ControllerInterface/Device: Make DetectInput() a const member function 2019-05-29 19:23:54 -04:00