summaryrefslogtreecommitdiff
path: root/src/input_common/input_poller.cpp
AgeCommit message (Collapse)Author
2021-12-13input_poller: Add missing override specifiersLioncash
2021-12-13input_engine: Pass LedStatus by const referenceLioncash
Avoids copies where reasonably applicable
2021-12-13input_engine: Pass VibrationStatus by const reference in SetRumble()Lioncash
Avoids creating copies of the struct where not necessary.
2021-11-24input_common: Fix SDL controller with inverted axisgerman77
2021-11-24input_common: Fix motion from 3 axisgerman77
2021-11-24settings: Fix Debug controller type optionsgerman77
2021-11-24kraken: Address comments from reviewgerman77
start lion review
2021-11-24core/hid: Rework battery mappingsgerman77
2021-11-24input_common: Add manual update options to input devicesgerman77
2021-11-24kraken: Fix errors from rebase and format filesgerman77
2021-11-24core/hid: Add output devicesgerman77
2021-11-24input_common: Create input poller and mappinggerman77