summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ForceFeedback
AgeCommit message (Expand)Author
2015-09-17ControllerInterface: Fix -Winconsistent-missing-override warnings on OSXLioncash
2015-09-05Add missing override specifiersLioncash
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-11-28ForceFeedback: Apply immediately as wellJasper St. Pierre
2014-11-28ControllerInterface: Make UpdateInput / UpdateOutput return voidJasper St. Pierre
2014-10-21Add missing includes where headers depend on other headers having been includ...comex
2014-09-21Fix building Dolphin on OSX without precompiled headersLioncash
2014-08-23windows: remove now-extraneous NOMINMAX and WIN32_LEAN_AND_MEAN #defines from...Shawn Hoffman
2014-07-25Merge pull request #665 from lioncash/cismsPierre Bourdon
2014-07-24InputCommon: Include the algorithm header in ForceFeedbackDeviceLioncash
2014-07-23Get rid of a few C-style struct declarationsLioncash
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-09Clean up some struct indentationsLioncash
2014-02-09ForceFeedback: Fixed scoping bugJules Blok
2014-02-09ForceFeedback: Don't depend on the force_type_name index.Jules Blok
2014-02-09ForceFeedback: Add OSX rumble supportJules Blok
2014-02-09ControllerInterface: Move DInput ForceFeedback support to a seperate classJules Blok