summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
AgeCommit message (Expand)Author
2015-01-19Remove an assumption in SDL.Ryan Houdek
2015-01-13 SDL haptic: minor style change based on review feedbackAdam D. Moss
2015-01-11 SDL input: unhardcode a few values.Adam D. Moss
2015-01-11 SDL Input: More minor refactoring of SDL haptic effectsAdam D. Moss
2015-01-08 SDL: Refactor the SDL haptic effects a little.Adam D. Moss
2015-01-08SDL: more global memsetKarol Herbst
2015-01-06SDL Input: Support more types of force feedback for controllers through SDL.Adam Moss
2014-12-20Manually revert d34418100be19fdbdf112febde3303edd48c9247comex
2014-11-28HW: Remove UpdateOutputJasper St. Pierre
2014-11-28ForceFeedback: Apply immediately as wellJasper St. Pierre
2014-11-28XInput: Apply immediately as wellJasper St. Pierre
2014-11-28SDL: Apply updates immediately rather than going through UpdateOutputJasper St. Pierre
2014-11-28ControllerInterface: Make UpdateInput / UpdateOutput return voidJasper St. Pierre
2014-11-28ControllerInterface: Remove unused ClearInputStateJasper St. Pierre
2014-11-28ControllerInterface: Implement dummy UpdateInput / UpdateOutputsJasper St. Pierre
2014-11-28DInput: Remove the unsupported Lights outputJasper St. Pierre
2014-11-28ControllerInterface: Remove unused "force" parameterJasper St. Pierre
2014-11-11Fix some double->float conversions.Rachel Bryk
2014-10-28Make some OSX-only functions staticLioncash
2014-10-21Add missing includes where headers depend on other headers having been includ...comex
2014-10-15ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize()Lioncash
2014-10-02Change a bunch of reference function arguments to pointers.comex
2014-09-21Fix building Dolphin on OSX without precompiled headersLioncash
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-09-14Kill off the wx casts within InputCommon and GLInterface.Lioncash
2014-09-13InputCommon: Initialize NSDictionaries using literal syntax.Lioncash
2014-09-10Merge pull request #1027 from rohit-n/change-includeRyan Houdek
2014-09-08InputCommon: Remove unnecessary breaks in XInput's GetName functionLioncash
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-04Controller Interface: Remove "using namespace" in header file.Rohit Nirmal
2014-09-03Change ControlState typedef to double, and change all related floats/doubles ...Rachel Bryk
2014-09-01Revert changes to how DInput filters out XInput devices.Shawn Hoffman
2014-08-30InputCommon: Clean up brace placementsLioncash
2014-08-23windows: remove now-extraneous NOMINMAX and WIN32_LEAN_AND_MEAN #defines from...Shawn Hoffman
2014-08-21Merge pull request #764 from magcius/new-nogui-2Lioncash
2014-08-19msvc: enable strictStrings solution-wide for release.Shawn Hoffman
2014-08-19GLInterface: Destroy GLWinJasper St. Pierre
2014-08-19Remove support for WaylandJasper St. Pierre
2014-08-04Restore Wayland compatibility.Tony Wasserka
2014-08-02Move GLInterface around to remove VideoBackends dependency on DolphinWXPierre Bourdon
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-07-16Host: Add a new "UIHasFocus" hook to determine if the UI has focusJasper St. Pierre
2014-07-11ControllerInterface: Gate the input based on our new background input settingJasper St. Pierre
2014-07-11mark all local functions as staticdegasus
2014-05-30Merge pull request #300 from Sonicadvance1/Fix-AndroidInputshuffle2
2014-05-04Remove SDL from Externals.Jordan Woyak
2014-05-04Disable SDL input on Windows.Jordan Woyak
2014-04-24[Android] Fix a bunch of input bugs.Ryan Houdek