summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/tas_input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tas_input: Use u8string_view instead of u8stringGravatar Lioncash2021-12-131-5/+6
| | | | 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-131-5/+5
| | | | Parameters shouldn't have the colon by their name.
* tas_input: Make TasAxes enum an enum classGravatar Lioncash2021-12-131-5/+9
| | | | | Prevents these values from potentially clashing with anything in other headers.
* kraken: Address comments from reviewGravatar german772021-11-241-1/+1
| | | | Fix compiler bug
* core/hid: Prevent Emulated controller from flapping with multiple inputs devicesGravatar german772021-11-241-15/+9
|
* input_common: Revert deleted TAS functionsGravatar german772021-11-241-11/+12
|
* core/hid: Only signal when neededGravatar german772021-11-241-1/+1
|
* input_common: Rewrite gc_adapterGravatar german772021-11-241-0/+320