index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
ControllerInterface
/
ForceFeedback
Age
Commit message (
Expand
)
Author
2024-03-11
InputCommon: Remove some IOKit leftovers.
Jordan Woyak
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-27
rename InputCommon/ControllerInterface/Device to CoreDevice
Shawn Hoffman
2019-06-17
InputCommon: Use nested namespace specifiers where applicable
Lioncash
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2019-01-17
ControllerInterface: evdev: Cleanup rumble effect processing so effects aren'...
Jordan Woyak
2019-01-05
ControllerInterface: Set DInput FF effect parameters sanely. This fixes a cra...
Jordan Woyak
2018-12-24
ControllerInterface: DInput: Update force feedback effects in a thread. This ...
Jordan Woyak
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-09-17
ControllerInterface: Fix -Winconsistent-missing-override warnings on OSX
Lioncash
2015-09-05
Add missing override specifiers
Lioncash
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-11-28
ForceFeedback: Apply immediately as well
Jasper St. Pierre
2014-11-28
ControllerInterface: Make UpdateInput / UpdateOutput return void
Jasper St. Pierre
2014-10-21
Add missing includes where headers depend on other headers having been includ...
comex
2014-09-21
Fix building Dolphin on OSX without precompiled headers
Lioncash
2014-08-23
windows: remove now-extraneous NOMINMAX and WIN32_LEAN_AND_MEAN #defines from...
Shawn Hoffman
2014-07-25
Merge pull request #665 from lioncash/cisms
Pierre Bourdon
2014-07-24
InputCommon: Include the algorithm header in ForceFeedbackDevice
Lioncash
2014-07-23
Get rid of a few C-style struct declarations
Lioncash
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
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
2014-02-09
Clean up some struct indentations
Lioncash
2014-02-09
ForceFeedback: Fixed scoping bug
Jules Blok
2014-02-09
ForceFeedback: Don't depend on the force_type_name index.
Jules Blok
2014-02-09
ForceFeedback: Add OSX rumble support
Jules Blok
2014-02-09
ControllerInterface: Move DInput ForceFeedback support to a seperate class
Jules Blok