| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-23 | XInput: Apply Rumble/Motor output only on changes (again) | mimimi085181 | |
| Disclaimer: I can't test if this works on xbox one controllers, i don't have one. But i have conformed that this UpdateMotors() is related to rumble for emulated wiimotes. This partially reverts commit "XInput: Apply immediately as well" (1958a10b6f5ba8348268b077f6410dadb2a20c8f) from pr # https://github.com/dolphin-emu/dolphin/pull/1560 Hopefully this fixes the xbox one controller rumble issue: https://bugs.dolphin-emu.org/issues/9071 And in theory it might reduce the used usb bandwidth, as it was originally intended before pr 1560. @JMC47: Please do a good amount of testing, to see if this breaks rumble for wiimotes or gamecube controllers emulated with xinput devices. | |||
| 2015-09-05 | Add missing override specifiers | Lioncash | |
| 2015-05-25 | Add missing license headers | Tillmann Karras | |
| 2014-11-28 | XInput: Apply immediately as well | Jasper St. Pierre | |
| 2014-11-28 | ControllerInterface: Make UpdateInput / UpdateOutput return void | Jasper St. Pierre | |
| The return values here have never been checked, so it doesn't make sense to return a value to begin with. | |||
| 2014-11-28 | ControllerInterface: Remove unused ClearInputState | Jasper St. Pierre | |
| 2014-09-08 | InputCommon: Remove unnecessary breaks in XInput's GetName function | Lioncash | |
| 2014-09-03 | Change ControlState typedef to double, and change all related floats/doubles ↵ | Rachel Bryk | |
| to use it. Fixes an off by 1 issue related to double->float->double conversion, and eliminates numerous warnings. | |||
| 2014-08-23 | windows: remove now-extraneous NOMINMAX and WIN32_LEAN_AND_MEAN #defines ↵ | Shawn Hoffman | |
| from dolphin code. Wrap dinput.h in a header defining DIRECTINPUT_VERSION instead of repeating it multiple places. | |||
| 2014-04-17 | Add support for the guide button to XInput | pinumbernumber | |
| 2014-03-29 | Remove all trailing whitespaces from our codebase. | Pierre Bourdon | |
| 2014-02-20 | Fix more header sorting issues in InputCommon/ (now check-includes clean). | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-17 | Second and final pass of clearing out tabs. | Lioncash | |
| 2014-02-10 | Replace all include guard ifdefs with "#pragma once" | lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
