summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/tas_input.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TAS: Show all script lengths for multiplayerMonsterDruide12023-01-071-1/+1
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* Merge pull request #7575 from lioncash/inputbunnei2021-12-141-3/+3
|\ | | | | input_engine: Minor object churn cleanup
| * input_engine: std::move engine name where applicableLioncash2021-12-131-3/+3
| | | | | | | | | | We can allow the name to be moved into, allowing allocations to be avoided.
* | tas_input: Remove unnecessary includesLioncash2021-12-131-2/+2
| | | | | | | | | | Gets rid of indirect includes and includes only what the interface needs.
* | tas_input: Use u8string_view instead of u8stringLioncash2021-12-131-1/+1
| | | | | | | | Same behavior, but without the potential for extra allocations.
* | tas_input: Amend -Wdocumentation warningsLioncash2021-12-131-23/+25
| | | | | | | | Parameters shouldn't have the colon by their name.
* | tas_input: Make TasAxes enum an enum classLioncash2021-12-131-0/+5
|/ | | | | Prevents these values from potentially clashing with anything in other headers.
* kraken: Address comments from reviewgerman772021-11-251-1/+1
| | | | Fix compiler bug
* core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman772021-11-251-8/+3
|
* settings: Fix Debug controller type optionsgerman772021-11-251-1/+0
|
* input_common: Revert deleted TAS functionsgerman772021-11-251-7/+7
|
* input_common: Rewrite gc_adaptergerman772021-11-251-0/+200