dolphin/Source/Core/InputCommon/ControllerInterface
Jasper St. Pierre f2787f620e ControllerInterface: Make UpdateInput / UpdateOutput return void
The return values here have never been checked, so it doesn't make sense
to return a value to begin with.
2014-11-28 10:50:45 -08:00
..
Android ControllerInterface: Implement dummy UpdateInput / UpdateOutputs 2014-11-28 10:50:45 -08:00
DInput ControllerInterface: Make UpdateInput / UpdateOutput return void 2014-11-28 10:50:45 -08:00
ForceFeedback ControllerInterface: Make UpdateInput / UpdateOutput return void 2014-11-28 10:50:45 -08:00
OSX ControllerInterface: Make UpdateInput / UpdateOutput return void 2014-11-28 10:50:45 -08:00
SDL ControllerInterface: Make UpdateInput / UpdateOutput return void 2014-11-28 10:50:45 -08:00
XInput ControllerInterface: Make UpdateInput / UpdateOutput return void 2014-11-28 10:50:45 -08:00
Xlib ControllerInterface: Make UpdateInput / UpdateOutput return void 2014-11-28 10:50:45 -08:00
ControllerInterface.cpp ControllerInterface: Make UpdateInput / UpdateOutput return void 2014-11-28 10:50:45 -08:00
ControllerInterface.h ControllerInterface: Make UpdateInput / UpdateOutput return void 2014-11-28 10:50:45 -08:00
Device.cpp ControllerInterface: Remove unused ClearInputState 2014-11-28 10:50:45 -08:00
Device.h ControllerInterface: Make UpdateInput / UpdateOutput return void 2014-11-28 10:50:45 -08: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