summaryrefslogtreecommitdiff
path: root/src/input_common/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * input_common: Report battery for UDP controllersGravatar Narr the Reg2022-01-172-0/+25
* | Merge pull request #7715 from gidoly/patch-4Gravatar bunnei2022-01-181-2/+2
|\ \
| * | Xbox controller default name nit pickGravatar gidoly2022-01-161-2/+2
| |/
* | Merge pull request #7725 from german77/mouse_in_motionGravatar bunnei2022-01-182-1/+34
|\ \
| * | input_common: Reintroduce motion from mouse and use button namesGravatar german772022-01-162-1/+34
| |/
* / input_common: fix copy-paste errorGravatar Valeri2022-01-171-1/+1
|/
* Change default name for ps controllersGravatar gidoly2022-01-151-0/+6
* Merge pull request #7633 from german77/hotkeysGravatar bunnei2022-01-113-4/+7
|\
| * yuzu: Add controller hotkeysGravatar german772022-01-063-4/+7
* | Merge pull request #7687 from german77/tas_handleGravatar Morph2022-01-091-7/+24
|\ \
| * | input_common: Handle errors on TAS scriptsGravatar german772022-01-081-7/+24
| |/
* / input_common: Fix udp motion not automapping to both sidesGravatar german772022-01-071-8/+16
|/
* Merge pull request #7302 from VPeruS/check-deadlockGravatar bunnei2021-12-171-35/+39
|\
| * [input_common] Move variable declaration closer to usageGravatar vperus2021-12-171-2/+2
| * Revert of b01aa72Gravatar vperus2021-11-291-35/+39
* | Merge pull request #7577 from v1993/patch-2Gravatar Narr the Reg2021-12-141-3/+4
|\ \
| * | input/SDL: Update SDL hintsGravatar Valeri2021-12-141-3/+4
* | | Merge pull request #7575 from lioncash/inputGravatar bunnei2021-12-1314-36/+38
|\ \ \
| * | | input_engine: Take BasicMotion by const reference with SetMotion() and Trigge...Gravatar Lioncash2021-12-131-2/+2
| * | | input_engine: Pass VibrationStatus by const reference in SetRumble()Gravatar Lioncash2021-12-134-6/+8
| * | | input_engine: std::move engine name where applicableGravatar Lioncash2021-12-1314-28/+28
| |/ /
* | | tas_input: Avoid minor copies in Read/WriteCommandButtons()Gravatar Lioncash2021-12-131-2/+2
* | | tas_input: Remove unnecessary semicolonGravatar Lioncash2021-12-131-1/+1
* | | tas_input: Execute clear() even if emptyGravatar Lioncash2021-12-131-3/+2
* | | tas_input: Remove unnecessary includesGravatar Lioncash2021-12-131-2/+2
* | | tas_input: std::move strings into vectorGravatar Lioncash2021-12-131-21/+24
* | | tas_input: Use istringstream over stringstreamGravatar Lioncash2021-12-131-2/+2
* | | tas_input: Use u8string_view instead of u8stringGravatar Lioncash2021-12-132-6/+7
* | | tas_input: Remove unused std::smatch variableGravatar Lioncash2021-12-131-2/+0
* | | tas_input: Amend -Wdocumentation warningsGravatar Lioncash2021-12-132-28/+30
* | | tas_input: Make TasAxes enum an enum classGravatar Lioncash2021-12-132-5/+14
|/ /
* / input_common: Fix error with thread nameGravatar Narr the Reg2021-11-291-2/+1
|/
* input_common: Fully implement UDP controllersGravatar Narr the Reg2021-11-262-8/+254
* input_common: Move button names to the frontendGravatar german772021-11-246-33/+35
* input_common: Fix SDL controller with inverted axisGravatar german772021-11-241-23/+0
* kraken: Address comments from reviewGravatar german772021-11-2410-23/+11
* core/hid: Improve accuary of mouse implementationGravatar german772021-11-242-8/+14
* core/hid: Fully implement native mouseGravatar german772021-11-242-6/+32
* input_common: Allow keyboard to be backwards compatibleGravatar german772021-11-242-14/+52
* core/hid: Improve accuracy of the keyboard implementationGravatar german772021-11-242-4/+56
* core/hid: Prevent Emulated controller from flapping with multiple inputs devicesGravatar german772021-11-242-23/+12
* second commit lion reviewGravatar german772021-11-246-19/+18
* settings: Fix Debug controller type optionsGravatar german772021-11-241-1/+0
* kraken: Address comments from reviewGravatar german772021-11-247-23/+23
* input_common: Revert deleted TAS functionsGravatar german772021-11-242-18/+19
* input_common: Fix GC adapter initializationGravatar german772021-11-241-12/+12
* input_common: Fix UDP uuidGravatar german772021-11-242-1/+11
* input_common: Add multiple vibration curvesGravatar german772021-11-241-14/+19
* settings: Fix mouse and keyboard mappingsGravatar german772021-11-242-1/+17
* kraken: Address comments from reviewGravatar german772021-11-242-2/+4