dolphin/Source/Core/InputCommon/ControllerInterface
Jasper St. Pierre b5d4e8d37e ControllerInterface: Remove unused "force" parameter
I'm not sure when this nonsense of forcing locking the mutex when it's
already taken should have ever taken effect, but let's be thankful it
isn't now. That was a badly worded sentence.
2014-11-28 10:50:45 -08:00
..
Android Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
DInput Fix some double->float conversions. 2014-11-11 14:14:22 -05:00
ForceFeedback Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
OSX Make some OSX-only functions static 2014-10-28 08:41:50 -04:00
SDL Change ControlState typedef to double, and change all related floats/doubles to use it. 2014-09-03 03:08:09 -04:00
XInput InputCommon: Remove unnecessary breaks in XInput's GetName function 2014-09-08 21:36:04 -04:00
Xlib Change a bunch of reference function arguments to pointers. 2014-10-02 03:00:33 -04:00
ControllerInterface.cpp ControllerInterface: Remove unused "force" parameter 2014-11-28 10:50:45 -08:00
ControllerInterface.h ControllerInterface: Remove unused "force" parameter 2014-11-28 10:50:45 -08:00
Device.cpp Host: Add a new "UIHasFocus" hook to determine if the UI has focus 2014-07-16 10:27:21 -04:00
Device.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
ExpressionParser.cpp Fix some double->float conversions. 2014-11-11 14:14:22 -05:00
ExpressionParser.h clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00