summaryrefslogtreecommitdiff
path: root/src/input_common/drivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tas_input: Use u8string_view instead of u8stringGravatar Lioncash2021-12-132-6/+7
| | | | Same behavior, but without the potential for extra allocations.
* tas_input: Remove unused std::smatch variableGravatar Lioncash2021-12-131-2/+0
| | | | This also means we can get rid of the dependency on <regex>
* tas_input: Amend -Wdocumentation warningsGravatar Lioncash2021-12-132-28/+30
| | | | Parameters shouldn't have the colon by their name.
* tas_input: Make TasAxes enum an enum classGravatar Lioncash2021-12-132-5/+14
| | | | | Prevents these values from potentially clashing with anything in other headers.
* 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
| | | | Fix compiler bug
* 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
| | | | start lion review
* input_common: Revert deleted TAS functionsGravatar german772021-11-242-18/+19
|
* input_common: Fix GC adapter initializationGravatar german772021-11-241-12/+12
| | | | Fix GC controller
* 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
| | | | review fixes
* service/hid: Fix gesture inputGravatar german772021-11-242-2/+29
|
* core/hid: Fix rumble too strong at 1%Gravatar german772021-11-241-1/+19
|
* core/hid: Only signal when neededGravatar german772021-11-245-23/+84
|
* kraken: Fix errors from rebase and format filesGravatar german772021-11-243-3/+4
|
* core/hid: Add output devicesGravatar german772021-11-244-6/+14
|
* input_common: Rewrite SDLGravatar german772021-11-242-0/+1035
|
* input_common: Rewrite udp clientGravatar german772021-11-242-0/+491
|
* input_common: Rewrite gc_adapterGravatar german772021-11-244-0/+1131
|
* input_common: Rewrite touchGravatar german772021-11-242-0/+97
|
* input_common: Rewrite mouseGravatar german772021-11-242-0/+215
|
* input_common: Rewrite keyboardGravatar german772021-11-242-0/+79